
23 Jul
2015
23 Jul
'15
4:44 p.m.
On Thu, Jul 23, 2015 at 1:35 PM, Edward Kmett
I'd hesitate to bring in MonadTrans or the rest of transformers into base, but MonadIO is fully non-controversial and fully Haskell 98.
Doesn't GHC internally have its own MonadIO? I remember being really confused by type errors from the GHC API until I figured out that the MonadIO it used was not the one I was expecting. It would be nice to merge those.