implicit responses/values
I am now using implicit parameters quite happily. But I also feel the need for the reverse. There are occasions where I want to pass a value back through the set of calling functions e.g. produce HTTP cache header info through functions that are not really about that. I am not sure how this would work, but it strikes me as useful. Anything like that in the offing? -Alex- ______________________________________________________________ S. Alexander Jacobson tel:917-770-6565 http://alexjacobson.com
On 2005-09-16, S. Alexander Jacobson <alex@alexjacobson.com> wrote:
I am now using implicit parameters quite happily. But I also feel the need for the reverse. There are occasions where I want to pass a value back through the set of calling functions e.g. produce HTTP cache header info through functions that are not really about that.
I am not sure how this would work, but it strikes me as useful. Anything like that in the offing?
Monads. Implicit parameters can be thought of as co-monad. -- Aaron Denney -><-
participants (2)
-
Aaron Denney -
S. Alexander Jacobson