relation: A data structure representing Relations on Sets.

[ bsd3, data-structures, library ] [ Propose Tags ]

A library to model relationships between two objects that are subclasses of Ord. We use a two Maps that allows fast searching either by the key element or the value element.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2, 0.2.1, 0.3, 0.4, 0.5, 0.5.1.0, 0.5.2.0
Dependencies base (>=4 && <5), containers (>=0.5 && <0.7) [details]
License BSD-3-Clause
Copyright (C) 2019 John Ky, (C) 2012 Drew Day, (C) 2010 Leonel Fonseca
Author Leonel Fonseca
Maintainer John Ky
Category Data Structures
Home page https://www.github.com/haskell-works/relation/
Bug tracker https://www.github.com/haskell-works/relation/issues
Source repo head: git clone https://www.github.com/haskell-works/relation
Uploaded by haskellworks at 2019-05-13T02:07:01Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 4175 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 2019-05-13 [all 1 reports]

Readme for relation-0.5

[back to package description]