simple-reflect

Simple reflection of expressions containing variables

http://twanvl.nl/blog/haskell/simple-reflection-of-expressions

Version on this page:0.3.2
LTS Haskell 22.13:0.3.3
Stackage Nightly 2024-03-14:0.3.3
Latest on Hackage:0.3.3

See all snapshots simple-reflect appears in

BSD-3-Clause licensed by Twan van Laarhoven
Maintained by [email protected]
This version can be pinned in stack with:simple-reflect-0.3.2@sha256:b3d7bcb30f54032c008c7800802c4398e5201d820c68db8ac067d481baf91d66,1103

Module documentation for 0.3.2

Depends on 1 package(full list with versions):

This package allows simple reflection of expressions containing variables. Reflection here means that a Haskell expression is turned into a string. The primary aim of this package is teaching and understanding; there are no options for manipulating the reflected expressions beyond showing them.