GHC library: Lift control operations, like exception catching, through monad transformers http://hackage.haskell.org/package/monad-control
Go to file
2024-01-05 22:52:34 +01:00
ghc-monad-control.spec package created by autospec [release 1.0.0.4-1mamba;Mon Apr 13 2015] 2024-01-05 22:52:34 +01:00
README.md package created by autospec [release 1.0.0.4-1mamba;Mon Apr 13 2015] 2024-01-05 22:52:34 +01:00

ghc-monad-control

This package defines the type class MonadBaseControl, a subset of MonadBase into which generic control operations such as catch can be lifted from IO or any other base monad. Instances are based on monad transformers in MonadTransControl, which includes all standard monad transformers in the transformers library except ContT.