| Portability | portable | 
|---|---|
| Stability | provisional | 
| Maintainer | libraries@haskell.org | 
| Safe Haskell | Safe | 
Text.Show.Functions
Description
Optional instance of Show for functions:
instance Show (a -> b) where showsPrec _ _ = showString \"\<function\>\"
base-4.6.0.0: Basic libraries
| Portability | portable | 
|---|---|
| Stability | provisional | 
| Maintainer | libraries@haskell.org | 
| Safe Haskell | Safe | 
Text.Show.Functions
Description
Optional instance of Show for functions:
instance Show (a -> b) where showsPrec _ _ = showString \"\<function\>\"