The relation package
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.
Two small examples are currently provided.
Changes:
2012.06.06. DD. Translated to English. 2009.11.09. LFL. Corrected the definition of delete. 2009.11.26. LFL. Construction
Properties
| Versions | 0.2, 0.2.1 |
|---|---|
| Dependencies | array (0.4.*), base (≥4.2 & <6.0), containers (≥0.4 & <0.6) |
| License | BSD3 |
| Copyright | (C) 2012 Drew Day, (C) 2010 Leonel Fonseca |
| Author | Leonel Fonseca |
| Maintainer | Drew Day |
| Stability | Experimental |
| Category | Data Structures |
| Home page | https://www.github.com/d-day/relation/ |
| Bug tracker | https://www.github.com/d-day/relation/issues |
| Source repository | git clone https://www.github.com/d-day/relation |
| Upload date | Wed Jun 6 22:18:13 UTC 2012 |
| Uploaded by | DrewDay |
| Built on | ghc-7.4 |
Modules
- Data
Downloads
- relation-0.2.tar.gz (Cabal source package)
- package description (included in the package)