base-4.7.0.0: Basic libraries

Copyright(c) The University of Glasgow 2001
License(c) The University of Glasgow 2001
Maintainerlibraries@haskell.org
Stabilityprovisional
Portabilityportable
Safe HaskellSafe

Text.Show.Functions

Description

Optional instance of Show for functions:

 instance Show (a -> b) where
 	showsPrec _ _ = showString \"\<function\>\"