Browse thread
Polymorphic recursion
[
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: | Roland Zumkeller <roland.zumkeller@g...> |
| Subject: | Re: [Caml-list] Polymorphic recursion |
On 03/04/07, Loup Vaillant <loup.vaillant@gmail.com> wrote: > Can't we implement non uniform recursive function (efficiently, or at all)?. It has actually been done: call ocaml with the option "-rectypes" and your example will work as is. Best, Roland -- http://www.lix.polytechnique.fr/~zumkeller/