either-semigroup: Either with a stricter Semigroup instance

[ bsd2, data, library ] [ Propose Tags ]

A version of Either whose Semigroup instance requires a Semigroup in the Left argument. Unlike most Validation packages, this package does not depend on the entire Kmettverse, preferring a small dependency tree.


[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.0.0
Change log CHANGELOG.md
Dependencies base (>=4.14 && <5) [details]
License BSD-2-Clause
Copyright 2024 Melanie Phoenix Brown
Author Melanie Phoenix Brown
Maintainer brown.m@pm.me
Category Data
Home page https://github.com/mixphix/either-semigroup#readme
Bug tracker https://github.com/mixphix/either-semigroup/issues
Uploaded by melaniebrown at 2024-03-27T15:27:50Z
Distributions NixOS:0.0.0
Downloads 20 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-03-27 [all 1 reports]

Readme for either-semigroup-0.0.0

[back to package description]

either-semigroup

A version of Either whose Semigroup instance requires a Semigroup in the Left argument.

Unlike most Validation packages, this package does not depend on the entire Kmettverse, preferring a small dependency tree.