/simple-reflect

Simple reflection of expressions

Primary LanguageHaskellOtherNOASSERTION

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