simple-reflect

Simple reflection of expressions containing variables

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

Version on this page:0.3.2@rev:1
LTS Haskell 22.17:0.3.3
Stackage Nightly 2024-04-19: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:00d30d31072353e31a8c7a37362825c5dec311080545c1a7c50b969468762f0c,1150

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.