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