Popularity
5.2
Declining
Activity
0.0
Stable
15
2
0
Monthly Downloads: 15
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.
-
dependent-map
Dependently-typed finite maps (partial dependent products) -
dependent-sum
Dependent sums and supporting typeclasses for comparing and displaying them -
dependent-state
Control structure similar to Control.Monad.State, ...
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Promo
www.influxdata.com
Do you think we are missing an alternative of dependent-hashmap or a related project?
Popular Comparisons
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.