Browse thread
[Caml-list] Wanted - General Purpose "Glue Logic" Data-Structures
[
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: | Matthew W. Boyd <mattwb@m...> |
| Subject: | Re: [Caml-list] Wanted - General Purpose "Glue Logic" Data-Structures |
> The program broke down in 2 places. First, List.concat was used to > convert the output of the fracturer from 'a list list to 'a list. Not > only is List.concat not tail-recursive but @ (Pervasives.append) is > also not tail-recursive. I modified the fracturer to directly produce > 'a list. > > This has been brought up many times in the past. Perhaps this could be in the List module documentation? ------------------- 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