neither-data: The Neither datatype

[ data, library, mit ] [ Propose Tags ]

A datatype that discards its two arguments


[Skip to Readme]

Modules

[Last Documentation]

  • Data
    • Data.Neither

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.16.0.0 && <4.17) [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:12:04Z
Distributions
Downloads 428 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2022-03-19 [all 2 reports]

Readme for neither-data-0.2.0.0

[back to package description]

Neither-Data

Neither-Data provides the type Neither. It is a binary 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.