1 2 3 4 5 6 7 8 9 10 11
module T5951 where class A a class B b class C c instance A => B => C where foo = undefined