ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/T11167_ambiguous_fixity_B.hs
module T11167_ambiguous_fixity_B where
data B = MkB { foo :: Int -> Int }
infixl 5 `foo`
module T11167_ambiguous_fixity_B where
data B = MkB { foo :: Int -> Int }
infixl 5 `foo`