Plain source file: hsrc/hugs/ShowFun.hs (2020-10-20)
ShowFun is imported by: Command, SP, LayoutRequest.
module ShowFun where instance Show (a->b) where show _ = "<function>" instance Read (a->b)