[
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: | 2006-03-27 (05:14) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | [Caml-list] Boxed types and records |
Hi, Are all boxed types (int32/int64/nativeint/float) automatically unboxed in any given record type? Since it seems records have same representation as tuples, would this apply to tuples too? Kindest Regards, Jonathan