lifted-base

lifted-base exports IO operations from the base library lifted to any instance of MonadBase or MonadBaseControl. Note that not all modules from base are converted yet. If you need a lifted version of a function from base, just ask me to add it or send me a patch. The package includes a copy of the monad-peel testsuite written by Anders Kaseorg The tests can be performed using cabal test.


Keywords
control, library, Propose Tags, Skip to Readme, , Index, Control.Concurrent.Chan.Lifted, Control.Concurrent.Lifted, Control.Concurrent.MVar.Lifted, Control.Concurrent.QSem.Lifted, Control.Concurrent.QSemN.Lifted, Control.Exception.Lifted, Data.IORef.Lifted, Foreign.Marshal.Utils.Lifted, System.Timeout.Lifted, lifted-base-0.2.3.12.tar.gz, browse, Package description, Package maintainers, BasVanDijk, edit package information , haskell
License
BSD-3-Clause
Install
cabal install lifted-base-0.2.3.10

Documentation

Hackage Build Status

IO operations from the base library lifted to any instance of MonadBase or MonadBaseControl

The package includes a copy of the monad-peel testsuite written by Anders Kaseorg The tests can be performed using cabal test.