ghc-proposals VS constraint-rules

Compare ghc-proposals vs constraint-rules and see what are their differences.

ghc-proposals

Proposed compiler and language changes for GHC and GHC/Haskell (by goldfirere)

constraint-rules

Extend GHC's type checker with user-defined rules, without writing a type checker plugin. (by YellPika)
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
ghc-proposals constraint-rules
3 1
5 17
- -
0.0 1.8
3 months ago over 2 years ago
Haskell
- BSD 3-clause "New" or "Revised" 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.

ghc-proposals

Posts with mentions or reviews of ghc-proposals. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-28.
  • GHC Proposal breakage: should we proceed?
    3 projects | /r/haskell | 28 Mar 2022
    Inferred variables as a concept seems to be against "Explicit Variable Principle (EVP)" (mentioned in https://github.com/goldfirere/ghc-proposals/blob/type-variables/principles.rst, linked from https://github.com/ghc-proposals/ghc-proposals/pull/448). I agree with that priciple.
  • [ANN/RFC] constraint-rules
    3 projects | /r/haskell | 10 Sep 2021
    I can't get it installed but does it allow deriving instances that need higher-order roles? The second argument of GList f a has a nominal role so we can't coerce through it but it should be representational if f is Representational1
  • Haskell Methods
    2 projects | /r/ProgrammingLanguages | 9 Aug 2021
    Maybe you'll like the Local Modules proposal.

constraint-rules

Posts with mentions or reviews of constraint-rules. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-10.
  • [ANN/RFC] constraint-rules
    3 projects | /r/haskell | 10 Sep 2021
    constraint-rules provides a way to extend GHC's type checker with custom rules without having to write your own type checker plugin. See https://github.com/YellPika/constraint-rules for more info and some example code.

What are some alternatives?

When comparing ghc-proposals and constraint-rules you can also consider the following projects:

typelevel-rewrite-rules - rewrite rules for type-level equalities