@hackage simple-reflect0.3.2
Simple reflection of expressions containing variables
Installation
Dependencies (1)
Dependents (17)
@hackage/mueval, @hackage/generic-maybe, @hackage/lens-aeson, @hackage/show, @hackage/linear, @hackage/acme-everything, Show all…
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.