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: | -- (:) |
| From: | John Goerzen <jgoerzen@c...> |
| Subject: | Re: [Caml-list] List.rev |
On Sat, May 01, 2004 at 11:59:10AM +1000, skaller wrote: > BTW: documentation that says a function is 'tail recursive' > is misguided. That's an implementation detail of no > possible use to a user of the function. The user may > benefit from knowing the complexity of the function > in terms of speed and auxilliary storage required. That wrong. I really want to know whether or not I'm going to get a stack overflow from using a function on a large list. ------------------- 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