Browse thread
strange behavior with record type definition
[
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: | 2005-11-12 (00:09) |
From: | Michael Wohlwend <micha-1@f...> |
Subject: | Re: [Caml-list] strange behavior with record type definition |
Hi, On Friday 11 November 2005 23:59, Florent wrote: > How can I use my first type in a function ?? give different (distinct) names to the members of your records, then it should work (although it's a annoying "feature" to have to do this :-) cheers Michael