partial-semigroup: A partial binary associative operator
A partial semigroup is like a semigroup, but the operator
is partial. We represent this in Haskell as a total function
(<>?) :: a -> a -> Maybe a
.
The partial-semigroup-hedgehog companion package provides support for checking the partial semigroup associativity axiom using the hedgehog package.
Downloads
- partial-semigroup-0.6.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Versions [RSS] | 0.0.0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.2.0.1, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.4.0.0, 0.4.0.1, 0.5.0.0, 0.5.1.0, 0.5.1.1, 0.5.1.4, 0.5.1.6, 0.5.1.8, 0.5.1.10, 0.5.1.12, 0.5.1.14, 0.6.0.0 |
---|---|
Change log | changelog.md |
Dependencies | base (>=4.13 && <4.17) [details] |
License | Apache-2.0 |
Copyright | 2021 Mission Valley Software LLC |
Author | Chris Martin |
Maintainer | Chris Martin, Julie Moronuki |
Category | Algebra |
Home page | https://github.com/typeclasses/partial-semigroup |
Bug tracker | https://github.com/typeclasses/partial-semigroup/issues |
Source repo | head: git clone https://github.com/typeclasses/partial-semigroup |
Uploaded | by chris_martin at 2022-03-21T19:41:37Z |
Distributions | LTSHaskell:0.5.1.14, NixOS:0.5.1.14, Stackage:0.6.0.0 |
Downloads | 8112 total (88 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-03-21 [all 1 reports] |