ekmett / free

free monads
http://hackage.haskell.org/package/free
Other
161 stars 65 forks source link

Add instance MonadBase b (FreeT f m) #135

Closed mitchellwrosen closed 7 years ago

RyanGlScott commented 8 years ago

Related: #20

mitchellwrosen commented 8 years ago

But this is just MonadBase =)

We have a weird split in the community between MonadIO and MonadBase IO. MonadIO is much more common to see in the wild, but I hate it when I have some e.g. MonadBaseUnlift IO m dictionary around, which implies MonadBase IO m, but not not MonadIO m.

k0ral commented 8 years ago

What's the status on this patch ? Should we expect to see it integrated soon ?