From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: fac41,6cb6017dfe828c9c X-Google-Attributes: gidfac41,public X-Google-Thread: 103376,6cb6017dfe828c9c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-01 05:54:53 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: volkert@nivoba.de (Volkert) Newsgroups: comp.lang.eiffel,comp.lang.ada Subject: Re: ANN: SPARK Book - Sample Chapters now free on-line Date: 1 May 2003 05:54:51 -0700 Organization: http://groups.google.com/ Message-ID: References: <878yvl3khn.fsf@fbigm.here> NNTP-Posting-Host: 195.65.4.190 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1051793692 3512 127.0.0.1 (1 May 2003 12:54:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 1 May 2003 12:54:52 GMT Xref: archiver1.google.com comp.lang.eiffel:8032 comp.lang.ada:36804 Date: 2003-05-01T12:54:52+00:00 List-Id: "Neil Groves" wrote in message news:... > I thought that SPARK required contra-variance which is fundamentally > incompatible with the covariance in Eiffel? There is no concept of contra-/co-variance in Spark. As i understand Spark, the redefinition of a procedure (method) in a child of a tagged type (class) must have >>exactly<< the same procdure signature as given with the parent type. A very strong conformance rule, but remember: Spark has NO references (entities) and NO dispatching (class wide types with offers you dynamic binding) Volkert