Lift control operations, like exception catching, through monad transformers
No description set
- Sources inherited from project openSUSE:Leap:42.1
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:42.1:Update/ghc-monad-control && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000075 75 Bytes | |
ghc-monad-control.changes | 0000000983 983 Bytes | |
ghc-monad-control.spec | 0000003022 2.95 KB | |
monad-control-1.0.0.4.tar.gz | 0000010709 10.5 KB |
Latest Revision
Stephan Kulow (coolo)
accepted
request 334613
from
Ondřej Súkup (mimi_vx)
(revision 1)
his 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.
Comments 0