Browse thread
Feature request : Tuples vs. records
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | David Teller <David.Teller@e...> |
| Subject: | Re: [Caml-list] Feature request : Tuples vs. records |
Yes, that's actually the only real difference I see between records and tuples. I have the feeling that every other difference is just syntactic sugar. Now, unless I'm mistaken, OCaml's design is mostly towards structural typing. Usually, when one wants nominal typing, one resorts to abstract types safely hidden in modules. From this point of view, nominal typing of records is therefore somewhat surprising. Am I getting something wrong ? Cheers, David skaller a écrit : > On Thu, 2007-02-22 at 11:42 +0100, Andrej Bauer wrote: > > There's another difference in Ocaml: records > are nominally typed, tuples are structurally typed. >