The relacion 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.
An example of use is the include source file T02_Relacion.hs.
Properties
| Version | 0.1 |
|---|---|
| Dependencies | array, base (≥4.2 & <6), containers (>0.2) |
| License | BSD3 |
| Copyright | Leonel Fonseca, 2010 |
| Author | Leonel Fonseca |
| Maintainer | leonelfl (google mail) |
| Stability | Experimental |
| Category | Data Structures |
| Home page | not available |
| Upload date | Mon Nov 15 06:12:20 UTC 2010 |
| Uploaded by | LeonelFonseca |
| Built on | ghc-6.12, ghc-7.0 |
Modules
- Data
Downloads
- relacion-0.1.tar.gz (Cabal source package)
- package description (included in the package)