semiring-simple: A module for dealing with semirings.

[ bsd3, library, math ] [ Propose Tags ]

Semirings are like normal rings, except you can't subtract. This library provides a type class for semirings.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 1.0.0.0, 1.0.0.1
Dependencies base (>=4 && <5) [details]
License BSD-3-Clause
Copyright 2014, Peter Harpending.
Author Thomas Wilke, Frank Huch, Sebastian Fischer, Peter Harpending
Maintainer Peter Harpending <pharpend2@gmail.com>
Category Math
Source repo head: git clone https://github.com/pharpend/semiring.git
Uploaded by pharpend at 2014-07-27T10:48:16Z
Distributions LTSHaskell:1.0.0.1, NixOS:1.0.0.1, Stackage:1.0.0.1
Reverse Dependencies 6 direct, 158 indirect [details]
Downloads 4307 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for semiring-simple-0.2.1.0

[back to package description]

Semiring

This is a Haskell library for dealing with semirings.

The source file comes from the apparently abandoned weighted-regexp package on Hackage.