aelve / haskell-issues

An unofficial issue tracker for all things Haskell-related
18 stars 0 forks source link

ghci should allow you to switch monads #43

Open Gurkenglas opened 8 years ago

Gurkenglas commented 8 years ago

Write something like :hoist runMaybeT and suddenly the giant do block you're writing is in the MaybeT IO monad. The important part is that monadic results are still printed on a line-per-line basis.