base-4.1.0.0: Basic librariesSource codeContentsIndex
Text.Show.Functions
Portabilityportable
Stabilityprovisional
Maintainerlibraries@haskell.org
Description

Optional instance of Text.Show.Show for functions:

 instance Show (a -> b) where
 	showsPrec _ _ = showString \"\<function\>\"
Produced by Haddock version 2.4.2