class C a where { } class C a => X a b where { } instance X a Int where { } main = 2;