Popularity
5.4
Declining
Activity
0.0
Stable
14
3
1

Monthly Downloads: 16
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data     Dependent    
Latest version: v0.1.0.1

dependent-hashmap alternatives and similar packages

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

Do you think we are missing an alternative of dependent-hashmap or a related project?

Add another 'dependent' Package

README

dependent-hashmap Build Status Hackage

This is hash map library where the keys can specify the type of value that is associated with them by using type indices.

This library is to dependent-map what Data.HashMap.Lazy is to Data.Map.

It's implemented as a thin wrapper around Data.HashMap.Lazy, and has roughly the same interface.