1 Dec 2012 23:42
what is the purpose of GHC.Exts.lazy?
jared simpson <jjaredsimpson <at> gmail.com>
2012-12-01 22:42:42 GMT
2012-12-01 22:42:42 GMT
docs say:
The call '(lazy e)' means the same as e, but lazy has a magical strictness property: it is lazy in its first argument, even though its semantics is strict.
why do i want to use magic during strictness analysis?
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe <at> haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
RSS Feed