caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Christophe Poucet" <christophe.poucet@pandora.be>
To: <caml-list@inria.fr>
Subject: [Caml-list] Sumtypes of records
Date: Fri, 9 May 2003 18:08:04 +0200	[thread overview]
Message-ID: <003e01c31645$2bfa3c00$e50e76d5@j> (raw)

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

Why can't constructors of sumtypes take nameless records? (Warning stupid example follows)

type plop = Foo | Bar {age : int};;

doesn't work, but                            

type person = {age : int};;
type plop = Foo | Bar of person;;

does.

Anyone know why?

Thanking you in advance,


[-- Attachment #2: Type: text/html, Size: 1161 bytes --]

             reply	other threads:[~2003-05-09 16:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-09 16:08 Christophe Poucet [this message]
2003-05-09 17:12 ` Ville-Pertti Keinonen
2003-05-17  1:35   ` Chris Hecker
2003-05-17  8:13     ` Ville-Pertti Keinonen
2003-05-17  8:24       ` Ville-Pertti Keinonen
2003-05-17 13:26     ` Marcin 'Qrczak' Kowalczyk
2003-05-18  6:33       ` Chris Hecker
2003-05-18  7:46         ` Marcin 'Qrczak' Kowalczyk
2003-06-02 21:29           ` John Max Skaller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='003e01c31645$2bfa3c00$e50e76d5@j' \
    --to=christophe.poucet@pandora.be \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).