ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/T5951.hs
module T5951 where
class A a
class B b
class C c
instance
A =>
B =>
C where
foo = undefined
module T5951 where
class A a
class B b
class C c
instance
A =>
B =>
C where
foo = undefined