The latest version of type-map is 0.1.7.0-0.
type-map
Version 0.1.0.0 revision 1 uploaded by lyxia.
Package meta
- Synopsis
- Type-indexed maps
- Description
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.
- Author
- Li-yao Xia
- Bug reports
- n/a
- Category
- Data
- Copyright
- 2017 Li-yao Xia
- Homepage
- https://github.com/Lysxia/type-map
- Maintainer
- lysxia@gmail.com
- Package URL
- n/a
- Stability
- n/a