Popularity
4.8
Declining
Activity
0.0
Stable
5
4
2

Monthly Downloads: 33
Programming language: Haskell
License: MIT License
Tags: Data     Type    
Latest version: v0.1.6.0

type-map alternatives and similar packages

Based on the "type" category.
Alternatively, view type-map alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of type-map or a related project?

Add another 'type' Package

README

Type-indexed maps Hackage Build Status

Maps whose keys are types.

This package includes:

  • a dynamic type map using GHC's Typeable class, with a Proxy-based API (Data.TypeMap.Dynamic) or a TypeApplications-based API (Data.TypeMap.Dynamic.Alt); Supports arbitrary, user-defined mappings between keys and types of values via defunctionalization.

  • a static type map, whose type is indexed by its list of keys (there are actually multiple implementations with different underlying representations ([], Map, Vector)).

Example using the dynamically-typed interface.

See also this package's description on Hackage.

Related

Internal module policy

Modules under Data.TypeMap.Internal are not subject to any versioning policy. Breaking changes may apply to them at any time.

If something in those modules seems useful, please report it or create a pull request to export it from an external module.