Comparing polymorphic function arguments with GHC

This page summarizes the projects mentioned and recommended in the original post on /r/haskell

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • typelevel-rewrite-rules

    rewrite rules for type-level equalities

  • I encountered a similar issue in typelevel-rewrite-rules. The user writes type PlusAssoc a b c = ((a + b) + c) ~ (a + (b + c)) to indicate that they want a type like (2 + x) + 1 to be rewritten to 2 + (x + 1). Thus, I want to be able to look at (2 + x) + 1 and learn that yes, it matches the pattern (a + b) + c, with the substitution a = 2, b = x, c = 1.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Engineer creates CPU from scratch in two weeks – begins work on GPUs

    1 project | news.ycombinator.com | 15 Apr 2024
  • Collection of TypeScript type challenges with online judge

    1 project | news.ycombinator.com | 26 Jan 2024
  • Show HN: Python-Type-Challenges, master Python typing with online exercises

    4 projects | news.ycombinator.com | 28 Nov 2023
  • How much I learn about typescript in 2 weeks

    1 project | dev.to | 14 Oct 2023
  • 📜 Length of String in TypeScript

    1 project | dev.to | 31 Aug 2023