packages feed

ghc-exactprint-1.9.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`