24 Jul
2015
24 Jul
'15
4:44 a.m.
On Thu, Jul 23, 2015 at 1:35 PM, Edward Kmett <ekmett@gmail.com> wrote:
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.