Custom set implementation

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • haskell

    Exercism exercises in Haskell. (by exercism)

  • I am working the Exercism Haskell Track and one of the questions asks for a custom set implementation. I studied some community solutions to see what other folks are doing, and came across something that I don't quite understand.

  • pointfree.io

    A web site for converting haskell code into pointfree haskell code

  • You can test out things like that at https://pointfree.io. It takes a lambda with all the arguments present, like \ a b c -> f (g a b c), and it produces ((f .) .) . g.

  • 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