ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/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`
{-# LANGUAGE DuplicateRecordFields #-}
module T11167_ambiguous_fixity_A where
data A = MkA { foo :: Int -> Int }
data C = MkC { foo :: Int -> Int }
infixr 3 `foo`