ekmett / free

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

Add MonadFail instance for FT #219

Closed blucoat closed 1 year ago

blucoat commented 1 year ago

Allow lifting fail through FT. There were already instances for FreeT and IterT; it looks like this one just got left out.