The latest version of typerep-map is 0.6.0.0-0.

typerep-map

Version 0.3.2 revision 0 uploaded by shersh.

Package meta

Synopsis
Efficient implementation of a dependent map with types as keys
Description

A dependent map from type representations to values of these types.

Here is an illustration of such a map:

    TMap
---------------
 Int  -> 5
 Bool -> True
 Char -> 'x'

In addition to TMap, we provide TypeRepMap parametrized by a vinyl-style interpretation. This data structure is equivalent to DMap TypeRep, but with significantly more efficient lookups.

Author
Kowainik, Vladislav Zavialov
Bug reports
https://github.com/kowainik/typerep-map/issues
Category
Data, Data Structures, Types
Copyright
2017-2019 Kowainik
Homepage
https://github.com/kowainik/typerep-map
Maintainer
xrom.xkov@gmail.com
Package URL
n/a
Stability
n/a

Components