lattices: Fine-grained library for constructing and manipulating lattices

[ bsd3, library, math ] [ Propose Tags ]

In mathematics, a lattice is a partially ordered set in which every two elements x and y have a unique supremum (also called a least upper bound, join, or x /\ y) and a unique infimum (also called a greatest lower bound, meet, or x \/ y).

This package provide type-classes for different lattice types, as well as a class for the partial order.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.1, 1.2, 1.2.1, 1.2.1.1, 1.3, 1.4, 1.4.1, 1.5.0, 1.6.0, 1.7, 1.7.1, 1.7.1.1, 2, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.2
Change log CHANGELOG.md
Dependencies base (>=4.5 && <4.12), base-compat (>=0.9.3 && <0.11), containers (>=0.4.2.1 && <0.6), deepseq (>=1.3.0.0 && <1.5), ghc-prim, hashable (>=1.2.6.1 && <1.3), semigroupoids (>=5.2.2 && <5.3), semigroups (>=0.18.3 && <0.19), tagged (>=0.8.5 && <0.9), transformers (>=0.3 && <0.6), universe-base (>=1.0 && <1.1), universe-reverse-instances (>=1.0 && <1.1), unordered-containers (>=0.2.6.0 && <0.3), void (>=0.7 && <0.8) [details]
License BSD-3-Clause
Copyright (C) 2010-2015 Maximilian Bolingbroke
Author Maximilian Bolingbroke <batterseapower@hotmail.com>
Maintainer Oleg Grenrus <oleg.grenrus@iki.fi>
Revised Revision 2 made by phadej at 2018-04-05T20:20:35Z
Category Math
Home page http://github.com/phadej/lattices/
Bug tracker http://github.com/phadej/lattices/issues
Source repo head: git clone git://github.com/phadej/lattices.git
Uploaded by phadej at 2018-01-29T19:48:10Z
Distributions Arch:2.1, LTSHaskell:2.2, NixOS:2.2, Stackage:2.2
Reverse Dependencies 28 direct, 42 indirect [details]
Downloads 23694 total (129 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-01-29 [all 1 reports]

Readme for lattices-1.7.1

[back to package description]

lattices

Build Status Hackage Stackage LTS 2 Stackage LTS 3 Stackage Nightly

Fine-grained library for constructing and manipulating lattices