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