ghc-exactprint-0.5.3.1: tests/examples/ghc80/Associated.hs
module Associated(A(..)) where import AssociatedInternal (A(..)) foo = MkA 5 baz = NoA qux (MkA x) = x qux NoA = 0
module Associated(A(..)) where import AssociatedInternal (A(..)) foo = MkA 5 baz = NoA qux (MkA x) = x qux NoA = 0