@hackage gmap0.1
Composable maps and generic tries.
Categories
License
BSD-3-Clause
Maintainer
jamiiecb (google mail)
Links
- Documentation
- No source repository
- Security
Versions
- 0.1 Mon, 15 Dec 2008
Installation
Dependencies (6)
Dependents (1)
@hackage/acme-everything
Provides typeclass for and several implementations of composable maps and generic tries. OrdMap is roughly equivalent to Data.Map . ListMap, EitherMap, MaybeMap, TupleMap and EnumMap allow you to break down the corresponding types. InjectKeys is the easiest way to define tries on your own types, see EitherMap for a simple example. ChoiceMap and TupleMap correspond to sum and product types, respectively. The type-level syntax for creating maps is currently unwieldy. This will improve significantly in the next version.