packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/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`