[
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: | 2003-11-07 (22:27) |
From: | Chris GauthierDickey <chrisg@c...> |
Subject: | [Caml-list] labels in records? |
Is it possible to use a labelled function as a member of a record? In other words: let f ~x = x + 1 type { g: ~x:int -> int } ^ syntax error I get a syntax error when trying to specify the type for the record. I'd like the above to work so I can do this: let r = { g = f } Thanks, Chris G. ------------------- 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