freebsd-ports/devel/hs-show/pkg-descr
Gabor Pali 19158030a0 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

PR:		ports/142282
Submitted by:	Jacula Modyun <jacula(at)gmail.com>
2010-01-04 05:51:11 +00:00

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