relacion: A relation data structure.

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

A library to model relationships between two objects that are subclasses of Ord.

Instead using a Map structure we use a two Maps that allows fast searching either by the key element or the value element.

Each of Map is between an element and a set of values. Thus careful coordination of operations is required.

This library lacks of extensive testing, formal testing or automated testing. Also in comparison to Data.Set or Data.Map (which provide the underlying infrastructure used) there are some missing methods.

An example of use is the include source file T02_Relacion.hs.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Change log Changes.txt
Dependencies array, base (>=4.2 && <6), containers (>0.2) [details]
License BSD-3-Clause
Copyright Leonel Fonseca, 2010
Author Leonel Fonseca
Maintainer leonelfl (google mail)
Category Data Structures
Home page not available
Uploaded by LeonelFonseca at 2010-11-15T06:12:20Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1242 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]