summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T11356.hs
blob: 8139135b7e4f45472739f29bb784491cce34b462 (plain)
1
2
3
4
5
6
module T11356 where

class T p p => C p

type T x = C x