[Haskell-cafe] Partially applied functions

Casey Hawthorne caseyh at istar.ca
Sat Nov 28 16:37:53 EST 2009


It sounds as if you want to carry some state around for each partially
applied function, I think that's in monad territory.

A cardinal rule of functional programming is to create new data,
whenever possible.
--
Regards,
Casey


More information about the Haskell-Cafe mailing list