summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod46.hs
blob: 4b7a8f8135c15dc13b4347f9c0d472e8cd7b9489 (plain)
1
2
3
4
-- !!! Instances of superclasses exist
module M where
data T = T Int
instance Ord T