summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T9415.hs
blob: db77ff0a85e0b42c11aee7f90c20ca5fc92cf21a (plain)
1
2
3
4
5
module T9415 where

class D a => C a where
  meth :: D a => ()
class C a => D a