1
Fork 0

Include Control.Monad.Fix.

master
jrpotter 2020-03-29 18:36:16 -04:00
parent 55221d4ebe
commit 2ad6b67069
1 changed files with 5 additions and 0 deletions

View File

@ -83,6 +83,11 @@ import Control.Monad.Catch as X
, try
)
import Control.Monad.Fix as X
( MonadFix, MonadFix(mfix)
, fix
)
import Control.Monad.IO.Class as X
( MonadIO, liftIO
)