Browse thread
lazy vs fun
[
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: | Warren Harris <warrensomebody@g...> |
| Subject: | Re: [Caml-list] lazy vs fun |
On Aug 24, 2009, at 3:04 PM, Jake Donham wrote: > > Lazy cells don't just defer, they also memoize the returned value once > the cell is forced. Thanks Jake - I guess I overlooked that in the manual. Warren