@hackage show0.3.4
'Show' instances for Lambdabot
Installation
Dependencies (5)
- QuickCheck <2
- base >=3 && <4
- random
- smallcheck >=0.4
- syb Show all…
Dependents (4)
@hackage/mueval, @hackage/acme-everything, @hackage/lambdabot-haskell-plugins, @hackage/lambdabot
Package Flags
base4ornewer
(on by default)
Adjusts the build dependencies depending on which version of Base is available.
This package provides ShowQ, ShowFun, and SimpleReflect.
ShowFun gives a Typeable-dependent instance for showing functions as their type. ShowIO does the same for IO actions.
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.