Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 617 Bytes

File metadata and controls

9 lines (6 loc) · 617 Bytes

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.