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 (14:12) |
From: | Michael Wohlwend <micha-1@f...> |
Subject: | Re: [Caml-list] strange behavior with record type definition |
On Saturday 12 November 2005 13:51, skaller wrote: > > > So that the type of an expression: > > > > > > { x = 1; y = 2 } > > > > > > can be determined. I would have no problem to write in these situations Type1.{ x = 1 } or Type2.{x = 2} , I think there exists camlp4 program for this. Michael