packages feed

ajhc-0.8.0.1: lib/haskell-extras/Text/Show/Functions.hs

module Text.Show.Functions where


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