@hackage acme-all-monad0.1.0.0
A monad which is powerful enough to interpret any action
Categories
License
LicenseRef-PublicDomain
Maintainer
paf31@cantab.net
Links
- Documentation
- No source repository
- Security
Versions
- 0.1.0.0 Tue, 2 Jun 2015
Installation
Dependencies (2)
- base >=4.7 && <4.8
- transformers >=0.4.0.0 && <0.5.0.0 Show all…
Dependents (1)
@hackage/acme-everything
This package defines the ‘All’
monad and the corresponding monad transformer. The ‘All’
monad is powerful enough to interpret any monadic action, as demonstrated by the ‘MonadAll’
type class instance.