[Haskell-beginners] Partial application and lazy evalutaion
Shishir Srivastava
shishir.srivastava at gmail.com
Sat Aug 15 12:24:15 UTC 2015
Hi,
Is partial application feature of functions in haskell a direct outcome of
lazy evaluation ?
i.e Since functions are not evaluated until at the point where results are
required this allows haskell functions to be partially applied because
they're not evaluated and hence exist as thunk.
Thanks,
Shishir
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20150815/c042f177/attachment.html>
More information about the Beginners
mailing list