error-or: Composable, hierarchical errors.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.1.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, 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 2020-12-01T13:44:37Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for error-or-0.1.1.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'