Popularity
5.6
Declining
Activity
0.0
Stable
14
2
3
Monthly Downloads: 4
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
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.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

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

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.