| Copyright | (c) The University of Glasgow 2001 |
|---|---|
| License | (c) The University of Glasgow 2001 |
| Maintainer | libraries@haskell.org |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
Text.Show.Functions
Description
Optional instance of Show for functions:
instance Show (a -> b) where showsPrec _ _ = showString \"\<function\>\"