@hackage transformers-base0.4.2
Lift computations from the bottom of a transformer stack
Installation
Dependencies (2)
- base >=3 && <5
- transformers >=0.2 && <0.6 Show all…
Dependents (442)
@hackage/typed-duration, @hackage/box, @hackage/eventsource-store-specs, @hackage/growler, @hackage/distributed-process-monad-control, @hackage/wai-middleware-verbs, Show all…
Package Flags
orphaninstances
(on by default)
Declare orphan Applicative instances for lazy and strict ST if needed
This package provides a straightforward port of monadLib's BaseM
typeclass to transformers.