Browse thread
[Caml-list] "List.index" or "List.unique" functions?
[
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: | 2004-05-01 (10:12) |
From: | Nicolas Cannasse <warplayer@f...> |
Subject: | Re: [Caml-list] List.rev |
> Are there automatic ways to transform non-tail-recursive functions > into tail-recursive ones? > > Rich. You can have a look at ExtLib sources. We provide tail-recursive implementations for each List operations (with same "little o" complexity). Regards, Nicolas Cannasse ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners