monus: a 'Monus' is a commutative monoid that allows a notion of substraction.
A Monus is a commutative monoid that allows a notion of substraction,
with the following laws:
x <> (y - x) = y <> (x - y)
(x - y) - z = x - (y <> z)
x - x = mempty
mempty - x = mempty
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- monus-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0.0, 0.2.0.0 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | base (>=4.9 && <4.13), containers (>=0.5.7.1 && <0.7.0.0) [details] |
| License | BSD-3-Clause |
| Copyright | 2018 Andrew Martin |
| Author | Andrew Martin |
| Maintainer | andrew.thaddeus@gmail.com |
| Category | Data |
| Home page | https://github.com/andrewthad/monus#readme |
| Bug tracker | https://github.com/andrewthad/monus/issues |
| Source repo | head: git clone https://github.com/andrewthad/monus |
| Uploaded | by chessai at 2018-10-19T23:53:21Z |
| Distributions | |
| Downloads | 1153 total (5 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2018-10-19 [all 1 reports] |