ShowFun.hs

module ShowFun where

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

instance Read (a->b)

Plain-text version of ShowFun.hs | Valid HTML?