Browse thread
[Caml-list] Frustrated Beginner
[
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: | Dustin Sallings <dustin@s...> |
| Subject: | Re: [Caml-list] Frustrated Beginner |
On Dec 23, 2003, at 2:26, Samuel Lacas wrote:
> May be
>
> http://pleac.sourceforge.net/pleac_ocaml.html
>
> may help you here.
Interesting, this has the same problem I had when I tried to create
fold_lines:
let rec fold_lines f init chan =
try
let line = input_line chan in
fold_lines f (f init line) chan
with End_of_file -> init
That ends up not being tail recursive. I suppose I should get on the
list and try to make some suggestions.
--
SPY My girlfriend asked me which one I like better.
pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <dustin@spy.net>
| Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE
L_______________________ I hope the answer won't upset her. ____________
-------------------
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