Browse thread
The Implicit Accumulator: a design pattern using optional arguments
[
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: | Dirk Thierbach <dthierbach@g...> |
| Subject: | Re: [Caml-list] The Implicit Accumulator: a design pattern using optional arguments |
On Thu, Jun 28, 2007 at 05:03:25PM +0100, Thomas Fischbacher wrote: > Jon Harrop wrote: > >Pass the stack as an argument to those functions that need it. > Precisely this is how you would have to do this with ML. But then, if > you do not just deal with one stack, but have more complicated context, > OR if you have to start thinking about threading the stack through > functions that do not use it, but use other functions which use it, > things easily get quite awkward. So could one "hide the plumbing" in a monad? - Dirk