@hackage show0.3
'Show' instances for Lambdabot
Installation
Dependencies (4)
- QuickCheck <2
- base
- random
- smallcheck >=0.4 Show all…
Dependents (4)
@hackage/mueval, @hackage/acme-everything, @hackage/lambdabot-haskell-plugins, @hackage/lambdabot
This package provides ShowQ, ShowFun, and SimpleReflect.
ShowFun gives us Typeable instances for neutring IO expressions.
ShowQ adds SmallCheck & QuickCheck support.
And SimpleReflect allows us to literally see how functions expand,
through appropriate Show magic. See http://twan.home.fmf.nl/blog/haskell/simple-reflection-of-expressions.details.