error-or: Composable, hierarchical errors.

[ bsd3, data, library ] [ Propose Tags ]

An Applicative Functor with error accumulation. Built in tree like error type meant for gathering and reporting errors to users.


[Skip to Readme]

Modules

[Index] [Quick Jump]

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
Change log changelog.md
Dependencies base (>=4.9 && <5), containers, mtl, text [details]
License BSD-3-Clause
Copyright 2020 Kamil Dworakowski
Author Kamil Dworakowski
Maintainer kamil@dworakowski.name
Category data, library
Home page https://github.com/luntain/error-or-bundle/blob/master/error-or#readme
Uploaded by luntain at 2022-06-16T19:00:34Z
Distributions LTSHaskell:0.3.0, NixOS:0.3.0, Stackage:0.3.0
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 887 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-06-16 [all 1 reports]

Readme for error-or-0.3.0

[back to package description]

error-or

Hackage

Composable, hierarchical errors.

Capture all the errors by using the Applicative instance

Add error context to results from lower level with 'tag'