Browse thread
Re: [Caml-list] Mixing variant types...
[
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: | Jonathan Roewen <jonathan.roewen@g...> |
| Subject: | Re: [Caml-list] Mixing variant types... |
This explains it a bit thanks. These variant types have some strange properties ;-) And using wrap certainly fixed it. Thanks guys =)