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