neither-data: The Neither datatype

[ data, library, mit ] [ Propose Tags ]

A datatype that discards its two arguments


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0, 0.2.3.1, 0.2.3.2, 0.2.3.3, 0.2.3.4
Change log CHANGELOG.md
Dependencies base (>=4.14.0.0 && <4.15) [details]
License MIT
Author Anselm Schüler
Maintainer mail@anselmschueler.com
Category Data
Home page https://github.com/schuelermine/neither-data
Bug tracker https://github.com/schuelermine/neither-data/issues
Uploaded by anselmschueler at 2022-03-19T15:09:03Z
Distributions
Downloads 411 total (17 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-03-19 [all 1 reports]

Readme for neither-data-0.2.3.4

[back to package description]

Neither-Data

Neither-Data provides the type Neither. It is a two-argument data type that ignores its arguments completely and has only one constructor. It is a trivial instance of many typeclasses.
This package also provides the neither function, which constructs a Neither from two type-matching objects, discarding them.

Sources

This package is available on Hackage: neither-data on Hackage
This package is available on GitHub: neither-data on GitHub

Documentation

The documentation of this package is available on Hackage here.
The documentation is available on a GitHub pages site here.