packages feed

ghc-exactprint-0.5.1.0: tests/examples/ghc8/T11167_ambiguous_fixity_A.hs

{-# LANGUAGE DuplicateRecordFields #-}
module T11167_ambiguous_fixity_A where
data A = MkA { foo :: Int -> Int }
data C = MkC { foo :: Int -> Int }
infixr 3 `foo`