[Haskell-cafe] Monads, do and strictness

David Barbour dmbarbour at gmail.com
Sat Jan 21 20:02:40 CET 2012


On Sat, Jan 21, 2012 at 10:51 AM, David Menendez <dave at zednenem.com> wrote:

> The Eval monad has the property: return undefined >>= const e = e.
>

You can't write `const e` in the Eval monad.





More information about the Haskell-Cafe mailing list