dependent-map VS d10

Compare dependent-map vs d10 and see what are their differences.

dependent-map

Dependently-typed finite maps (partial dependent products) (by obsidiansystems)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
dependent-map d10
1 0
61 3
- -
0.0 3.1
over 1 year ago 9 months ago
Haskell Haskell
LicenseRef-OtherLicense MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dependent-map

Posts with mentions or reviews of dependent-map. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-02.
  • Monthly Hask Anything (October 2021)
    7 projects | /r/haskell | 2 Oct 2021
    Are there any clever ways to abstract the reallyUnsafePtrEquality traversal trick (as found e.g. here). Integrating it into something like uniplate was the only real idea I had, but I'm sure the overhead there would more than negate the saved allocations.

d10

Posts with mentions or reviews of d10. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning d10 yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing dependent-map and d10 you can also consider the following projects:

dependent-state

uuid - A Haskell library for creating, printing and parsing UUIDs

holmes - A reference library for constraint-solving with propagators and CDCL.

avro - Haskell Avro Encoding and Decoding Native Support (no RPC)

critbit - A Haskell implementation of crit-bit trees.

relevant-time - relevant times useful for looking forward or backward in time from a time-anchor

conffmt - language-conf - .conf (e.g. nginx configuration) parsers and pretty-printers for the Haskell programming language.

text - Haskell library for space- and time-efficient operations over Unicode text.

hierarchy

text-icu - This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text.

json-autotype - Automatic Haskell type inference from JSON input

directory-tree - A simple directory-like tree datatype, with useful IO functions, for Haskell