[Haskell-cafe] Monad explanation

Andrew Wagner wagner.andrew at gmail.com
Thu Feb 5 15:25:15 EST 2009


On Thu, Feb 5, 2009 at 3:21 PM, David Leimbach <leimy2k at gmail.com> wrote:

>
> Well all I can tell you is that I can have (IO Int) in a function as a
> return, and the function is not idempotent in terms of the "stuff" inside IO
> being the same.
>
> Sounds impure to me.
>

Right, thus IO is impure. but as long as the function that returns the IO
Int returns the same IO Int every time you provide the same input, it's
pure.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090205/7e5552d2/attachment.htm


More information about the Haskell-Cafe mailing list