constraint-rules VS lens-th-rewrite

Compare constraint-rules vs lens-th-rewrite and see what are their differences.

constraint-rules

Extend GHC's type checker with user-defined rules, without writing a type checker plugin. (by YellPika)

lens-th-rewrite

GHC plugin to rewrite lens Template Haskell splices into pure functions (by dmjio)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
constraint-rules lens-th-rewrite
1 -
17 6
- -
1.8 0.0
over 2 years ago almost 4 years ago
Haskell Haskell
BSD 3-clause "New" or "Revised" License 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.

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.

lens-th-rewrite

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

We haven't tracked posts mentioning lens-th-rewrite yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing constraint-rules and lens-th-rewrite you can also consider the following projects:

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

lens-prelude - An alternative haskell prelude

lens-regex - Lens powered regular expression

lens-datetime - Lenses for Data.Time.* types

lens-action - Control.Lens.Action

lens-labels

tasty-lens - Tasty TestTrees for Lens validation

lens-core

hexml-lens - Lenses for working with XML data

lens - Lenses, Folds, and Traversals - Join us on web.libera.chat #haskell-lens

lens-accelerate - Instances to mix Lens and Accelerate

lens-family-th - Template Haskell to generate lenses for lens-family and lens-family-core