freebsd-ports/devel/hs-show/pkg-descr

14 lines
398 B
Text
Raw Normal View History

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