ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/TransBundle.hs
module TransAssociated(A(..)) where import Bundle (A(..)) foo = MkA 5 baz = NoA qux (MkA x) = x qux NoA = 0
module TransAssociated(A(..)) where import Bundle (A(..)) foo = MkA 5 baz = NoA qux (MkA x) = x qux NoA = 0