partial-semigroup-0.5.1.0: 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.
Signatures