@hackage show0.4.1.2
'Show' instances for Lambdabot
Categories
License
LicenseRef-GPL
Maintainer
Lambdabot developers
Links
Versions
Installation
Dependencies (5)
- QuickCheck >=2.4
- base >=4 && <5
- random
- smallcheck >=0.4
- syb Show all…
Dependents (4)
@hackage/mueval, @hackage/acme-everything, @hackage/lambdabot-haskell-plugins, @hackage/lambdabot
Package Flags
base4
(on by default)
Build with base-4
This package provides ShowQ, ShowFun, and SimpleReflect.
ShowFun gives us Typeable instances for neutering 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.