summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc039.hs
blob: 05b87846aca15ed96e1d567bccc314420c57fe56 (plain)
1
2
3
4
module ShouldSucceed where

class (Eq a) => A a where
 op1 :: a -> a