either-result: The simplest ‘MonadFail’ instance

[ apache, data, library ] [ Propose Tags ] [ Report a vulnerability ]

‘ResultT m a’ is a wrapper of ‘ExceptT String m a’ which are similar except ‘MonadFail’ instance.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.2.0
Change log CHANGELOG.md
Dependencies base (>=4 && <5), mtl, transformers [details]
Tested with ghc ==9.2.8, ghc ==9.4.4, ghc ==9.6.2
License Apache-2.0
Copyright 2020 Kazuki Okamoto (岡本和樹)
Author Kazuki Okamoto (岡本和樹)
Maintainer kazuki.okamoto@kakkun61.com
Category Data
Home page https://github.com/kakkun61/either-result
Bug tracker https://github.com/kakkun61/either-result/issues
Source repo head: git clone https://github.com/kakkun61/either-result.git
this: git clone https://github.com/kakkun61/either-result.git(tag 0.3.2.0)
Uploaded by kakkun61 at 2025-08-17T16:56:00Z
Distributions NixOS:0.3.1.0
Reverse Dependencies 1 direct, 2 indirect [details]
Downloads 1497 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-08-17 [all 1 reports]

Readme for either-result-0.3.2.0

[back to package description]

either-result

Hackage GitHub Actions: main Join the chat at https://gitter.im/either-result/community Sponsor

The simplest MonadFail instance. Result a is a wrapper of Either String a, but Result is an instance of MonadFail.

Article.