Popularity
4.6
Growing
Activity
0.0
Stable
7
3
2

Monthly Downloads: 33
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Math     Numerical    
Latest version: v0.1.3

rings alternatives and similar packages

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

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

Add another 'Math' Package

README

Hackage link

Semirings

This library provides constraint kinds for (right) pre-semirings, semirings, and rings, as well as some useful instances. The Semiring kind imposes fairly minimal requirements—the various 'add-on' properties (e.g. multiplicative commutativity) are catalogued in Data.Semiring.Property.

Further Reading