summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T2182ghci_A.hs
blob: a271f8b654d03fd58c9fb686ceea7a5b2aeb79c4 (plain)
1
2
3
4
module T2182ghci_A where
data T = T deriving (Show)
instance Show (a -> b) where
    show _ = "MyFunction"