blob: 364da9dfcf196f59f10e9cf219d251a3f60e44a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
This Haskell 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.
* SimpleReflect allows us to literally see how functions
'expand', through appropriate Show magic.
WWW: http://hackage.haskell.org/package/show
|