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 Copyright (c) 2012, Thomas Wilke, Frank Huch, Sebastian Fischer. Copyright (c) 2014-2016, Peter Harpending.
Author Thomas Wilke, Frank Huch, Sebastian Fischer
Maintainer Peter Harpending <peter@harpending.org>
Category Math
Source repo head: git clone https://gitlab.com:pharpend/semiring-simple.git
Uploaded by pharpend at 2016-03-28T13:44:47Z
Distributions LTSHaskell:1.0.0.1, NixOS:1.0.0.1, Stackage:1.0.0.1
Reverse Dependencies 6 direct, 158 indirect [details]
Downloads 4301 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-03-28 [all 1 reports]

Readme for semiring-simple-1.0.0.1

[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.