base-4.8.2.0: Basic libraries

Copyright(c) The University of Glasgow 2001
LicenseBSD-style (see the file libraries/base/LICENSE)
Maintainerlibraries@haskell.org
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Text.Show.Functions

Description

Optional instance of Show for functions:

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