co(ntra)-variant subtyping

From: Hendrik Tews (tews@tcs.inf.tu-dresden.de)
Date: Mon May 25 1998 - 13:46:19 MET DST


Date: Mon, 25 May 1998 13:46:19 +0200
Message-Id: <199805251146.NAA21664@ithif18.inf.tu-dresden.de>
From: Hendrik Tews <tews@tcs.inf.tu-dresden.de>
To: caml-list@inria.fr
Subject: co(ntra)-variant subtyping
In-Reply-To: <19980522112157L.garrigue@kurims.kyoto-u.ac.jp>
 <19980522112157L.garrigue@kurims.kyoto-u.ac.jp>

Hi,
   
   Objective Caml's subtyping algorithm does not subtype under type
   constructors (but it does it under abbreviations), for the sake of
   efficiency. That is, eventhough colored_point :> point, you don't have
   colored_point option :> point option. This equation would be needed to
   check the subtyping in method move of example 2.
   
I must say I am really surprised.

How about object types? Do they support co(ntra)-variant
subtype rules?

I would suggest to include a section about the subtype relation
in the ocaml documentation. Because IMHO anybody how knows
something about formal models for oo languages would expect
co(ntra)-variant subtype rules.

In summary I think the lack of these subtype rules are a major
restriction of the ocaml language. Now it is not possible to mix
class types and (algebraic) data types in an application. Instead
a user has to decide beforehand what is more important for him:
algebraic data types and parametric polymorphism or object types
with code reuse and stepwise refinement.

Are there any plans to add the missing subtype rules to the type
system of ocaml?

Bye,

Hendrik



This archive was generated by hypermail 2b29 : Sun Jan 02 2000 - 11:58:14 MET