Popularity
4.4
Stable
Activity
0.0
Stable
4
5
0

Monthly Downloads: 8
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    

monus alternatives and similar packages

Based on the "Data" category.
Alternatively, view monus alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of monus or a related project?

Add another 'Data' Package

README

monus

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

You can read more about them here: https://en.wikipedia.org/wiki/Monus

Installation

Install with cabal-install