@hackage show0.3.2

'Show' instances for Lambdabot

This package provides ShowQ, ShowFun, and SimpleReflect.

ShowFun gives us Typeable instances for showing functions and IO values as their type.

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.