Text.Show.Functions (original) (raw)

Copyright (c) The University of Glasgow 2001
License BSD-style (see the file libraries/base/LICENSE)
Maintainer libraries@haskell.org
Stability provisional
Portability portable
Safe Haskell Safe
Language Haskell2010

Text.Show.Functions

Description

Optional instance of [Show](Text-Show.html#v:Show "Text.Show") for functions:

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

Orphan instances