Browse thread
Represetation of data, and structural equality
- murthy@m...
[
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: | murthy@m... |
| Subject: | Represetation of data, and structural equality |
If I define a type,
type foo = GOO of int;;
will it be implemented as an unboxed integer?
Thanks,
--chet--