Browse thread
recursive polymorphic variants?
-
nr@e...
-
Jacques Garrigue
- skaller
-
Jon Harrop
- Alain Frisch
-
Jacques Garrigue
[
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: | Alain Frisch <Alain.Frisch@i...> |
| Subject: | Re: [Caml-list] recursive polymorphic variants? |
Jon Harrop a écrit : > As this is a set of values and a value can be a set, there is an obvious > recursion. I implemented it by cut and pasting the stdlib code into my own > and altering it to have mutually recursive "value set" and "value" comparison > functions. Cannot you use recursive modules? -- Alain