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