19158030a0
* 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 PR: ports/142282 Submitted by: Jacula Modyun <jacula(at)gmail.com>
13 lines
398 B
Text
13 lines
398 B
Text
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
|