Browse thread
lazy lists
[
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: | Loup Vaillant <loup.vaillant@g...> |
| Subject: | Re: [Caml-list] lazy lists |
2007/5/1, Yitzhak Mandelbaum <yitzhak@research.att.com>: > Hi, > > Does anyone have/know of a lazy list module for ocaml? I couldn't find > anything on the hump. The equivalent is the functionnal streams, describe briefly in the camlp4 manual. Another possibilty is to code it yourself. I think you can imitate most of the List module code. Regards, Loup