@hackage either-result0.3.2.0
The simplest ‘MonadFail’ instance
Installation
Tested Compilers
Dependencies (3)
- base >=4 && <5
- mtl
- transformers Show all…
Dependents (2)
@hackage/postgresql-placeholder-converter, @hackage/postgresql-pure
either-result
The simplest MonadFail instance. Result a is a wrapper of Either String a, but Result is an instance of MonadFail.