Popularity
7.1
Declining
Activity
0.0
Stable
33
2
3
Monthly Downloads: 39
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Debug
simple-reflect alternatives and similar packages
Based on the "Debug" category.
Alternatively, view simple-reflect alternatives based on common mentions on social networks and blogs.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of simple-reflect or a related project?
README
See http://twanvl.nl/blog/haskell/simple-reflection-of-expressions for the blog post that introduced this library.
Version history
- 0.3.3: Added
Semigroup
instance - 0.3.2: Added infix operators to
Debug.SimpleReflect.Vars
, and fixed GHC warnings. - 0.3.1: Fixed link to this repository. Needed version bump for hackage.
- 0.3: Added
Monoid
instance, link to github repo. - 0.2: Expose constructor for infix operators
- 0.1: Initial release