ghc-exactprint-0.3: tests/examples/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