module ShowFun where instance Show (a->b) where show _ = "" instance Read (a->b)