[Haskell-cafe] (SPAM 3)Re: fmap use

Brandon Allbery allbery.b at gmail.com
Fri Dec 14 15:14:17 UTC 2018


On Fri, Dec 14, 2018 at 9:36 AM Damien Mattei <mattei at oca.eu> wrote:

> in fact due to lazy evaluation i'm not sure it compiles all the code
> because a more simple example give compilation errors:
>

Er? Lazy evaluation has nothing to do with what gets compiled; the only way
the compiler doesn't "compile all the code" is if you are using the CPP
extension and #ifdef etc. to exclude some.

-- 
brandon s allbery kf8nh
allbery.b at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20181214/2eda0b64/attachment.html>


More information about the Haskell-Cafe mailing list