From: Ville-Pertti Keinonen <will@exomi.com>
To: Chris Hecker <checker@d6.com>
Cc: <caml-list@inria.fr>
Subject: Re: [Caml-list] Sumtypes of records
Date: Sat, 17 May 2003 11:13:30 +0300 [thread overview]
Message-ID: <71A9CFA4-883F-11D7-BDA3-000393863F70@exomi.com> (raw)
In-Reply-To: <4.3.2.7.2.20030516182821.042f6dd0@localhost>
> I disagree, it would be useful, it's far more self-documenting than a
> tuple (which usually need a record-like comment right next to their
> declaration to tell what's what), and you could match the record like
>
> Bar x -> x.age
>
> and it wouldn't need a type name. I've wanted this feature myself a
> number of times.
If you can say Bar x -> x.age, you can say Bar x -> x, which implies
that the type of x should be a type in its own right, independent of
Bar.
I think this is consistent.
> It has type { age : int; }, just like int * int has type int * int and
> doesn't need a name. Does the record need a name for some other
> reason?
int * int denotes a type, { age : int } defines a type. One { age :
int } is not compatible with a different { age : int }.
It would probably be possible for { age : int } to be made a valid type
expression, but it would change the language significantly and provide
you with fairly little gain (it would save you one type definition when
using it as part of a sum type).
Also note that sum types of records are less storage-efficient than sum
types with multiple arguments (the record is indirect, because you must
be able to write Bar x -> x). Incidentally, if the record weren't
indirect, Bar x could be Obj.magic-compatible with x, but that's just a
detail of the implementation...
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
next prev parent reply other threads:[~2003-05-17 8:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-09 16:08 Christophe Poucet
2003-05-09 17:12 ` Ville-Pertti Keinonen
2003-05-17 1:35 ` Chris Hecker
2003-05-17 8:13 ` Ville-Pertti Keinonen [this message]
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=71A9CFA4-883F-11D7-BDA3-000393863F70@exomi.com \
--to=will@exomi.com \
--cc=caml-list@inria.fr \
--cc=checker@d6.com \
/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