type-map: Type-indexed maps
Maps where keys are types and values can have types depending on their keys.
Data.TypeMap.Dynamic: Simple maps using the
Typeable
mechanism, tracking keys at run time. Data.TypeMap.Dynamic.Alt is an alternative API based on type applications rather than passing proxies, available from GHC 8.0.1.Data.TypeMap.Vector: Only available from GHC 8.0.1. Maps whose domains are given in their types for compile-time verification and fast indexing. Two more variants with the same API: Data.TypeMap.List uses lists and Data.TypeMap.Map uses maps (from
containers
), trading indexing speed for more efficient creation and modification. Data.TypeMap.Static exports some operations on type lists.
Downloads
- type-map-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.1.5.0, 0.1.6.0, 0.1.7.0 |
---|---|
Dependencies | base (>=4.7 && <4.10), containers, ghc-prim, vector [details] |
License | MIT |
Copyright | 2017 Li-yao Xia |
Author | Li-yao Xia |
Maintainer | lysxia@gmail.com |
Revised | Revision 2 made by lyxia at 2018-01-07T04:05:31Z |
Category | Data |
Home page | https://github.com/Lysxia/type-map |
Source repo | head: git clone https://github.com/Lysxia/type-map |
Uploaded | by lyxia at 2017-04-10T02:01:53Z |
Distributions | LTSHaskell:0.1.7.0, NixOS:0.1.7.0, Stackage:0.1.7.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 4531 total (6 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-04-10 [all 1 reports] |