summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod41.hs
blob: a1ac924242bffad366c73963282c46fec5d6b86e (plain)
1
2
3
-- !!! Repeated variable in instance predicate
module M where
instance Eq a => Eq (Either a a)