snoyberg / classy-prelude

A typeclass-based Prelude.
108 stars 15 forks source link

Lift putStrLn #38

Closed neko-kai closed 11 years ago

neko-kai commented 11 years ago

print is lifted to MonadIO, but putStrLn is not.

snoyberg commented 11 years ago

I've pushed a commit to basic-prelude which should resolve this problem. I think I got all of the IO functions in the process.

neko-kai commented 11 years ago

Seems right.