b515df2c7735b5b4d4203a46d126f0df0cf9134b
[ghc-hetmet.git] / ghc / tests / reader / should_compile / read021.hs
1 -- !!! Empty export list
2
3 module Reader() where
4
5 instance Show (a->b) where
6   show f = "<<function>>"