Apache-2.0 licensed and maintained by Chris Martin
This version can be pinned in stack with:partial-semigroup-0.3.0.3@sha256:1001fdbe328ab21348b3ae849d783470cd761c58b994c01b2e09fb8a7e98c8f9,3873

Module documentation for 0.3.0.3

Depends on 1 package(full list with versions):

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.