packages feed

lhc-0.6.20081210.1: lib/base/src/Text/Show/Functions.hs

module Text.Show.Functions where


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