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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 (<2.3), text [details]
License BSD-3-Clause
Copyright 2020 Kamil Dworakowski
Author Kamil Dworakowski
Maintainer kamil@dworakowski.name
Revised Revision 1 made by sjakobi at 2022-06-13T23:27:46Z
Category data, library
Home page https://github.com/luntain/error-or-bundle/blob/master/error-or#readme
Uploaded by luntain at 2021-07-17T20:56:22Z
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 2021-07-17 [all 1 reports]

Readme for error-or-0.2.0.0

[back to package description]

error-or

Build Status

Composable, hierarchical errors.

Capture all the errors by using the Applicative instance

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