[
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: | Chris King <colanderman@g...> |
| Subject: | Re: [Caml-list] Streams |
On 8/10/06, Jonathan Roewen <jonathan.roewen@gmail.com> wrote: > The Stream module provides exactly this functionality. Don't forget about Fstream (http://caml.inria.fr/pub/docs/manual-camlp4/manual008.html#toc30); it does the same thing as Stream but in a functional manner (and with a similar syntax, pa_fstream.cmo).