[Haskell] Re: "strange" behavior of Implicit Parameters

Ben Rudiak-Gould Benjamin.Rudiak-Gould at cl.cam.ac.uk
Mon Feb 27 06:22:41 EST 2006


I'd advise against using implicit parameters, because (as you've seen) it's 
hard to reason about when they'll get passed to functions. Another example:

   http://www.haskell.org/pipermail/haskell-cafe/2005-January/008571.html

-- Ben



More information about the Haskell mailing list