show +package

package show
package
This package provides ShowQ, ShowFun, and SimpleReflect. ShowFun gives us Typeable instances for neutering IO expressions. 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. Version 0.4.1.2
package showdown
package
A Russian Roulette game written in Haskell Using GTK2HS and Glade. Version 0.5.3
package bytestring-show
package
Efficient conversion of values into readable byte strings. Version 0.3.5.1
package floatshow
package
The String representations provided by this package are generally longer than show's output, which constructs the shortest string that is parsed as the original number by read. This requires some time-consuming checks, so show is slow for floating-point numbers. By producing a digit-string guaranteed to be long enough to uniquely determine the number without caring whether there's a shorter representation, the display functions of this package can be faster, sometimes by a big margin. Text.FShow.Raw provides building blocks for representations of numeric types which don't belong to RealFloat but have some of its functionality. The bulk of the code is a minor modification of code from the base package, whence the GHC License is included as an extra-source-file. Version 0.2.2
package pretty-show
package
We provide a library and an executable for working with derived Show instances. By using the library, we can parse derived Show instances into a generic data structure. The ppsh tool uses the library to produce human-readable versions of Show instances, which can be quite handy for debugging Haskell programs. Version 1.2