On 7/1/08, Arthur Chan <[EMAIL PROTECTED]> wrote:
>> type t = A of int | false of float
>>
>>
> That is so evil.
>

But it won't break any syntaxic sugar, as with
  type 'a list = () | :: of 'a * 'a list

Sadly, camlp4o reject these.

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to