relacion

A relation data structure.

not available

Latest on Hackage:0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Leonel Fonseca
Maintained by leonelfl (google mail)

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.