[
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: | SerP <serp@s...> |
| Subject: | Re: [Caml-list] Polymorphic method and polymorphic type |
but if we use simple variant type instead of polymorphic variants it works perfect type 'a get_mode = [ Read | Watch of (#getter as 'a)];;