summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/read021.hs
blob: 8d5856e9b62df5dcc3b9f890c17dfc1135aeb5d1 (plain)
1
2
3
4
5
6
-- !!! Empty export list

module ShouldCompile() where

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