summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds/should_compile/T11173.hs
blob: 54b363869e31a4e72ff2a15abb003c254526ba80 (plain)
1
2
3
4
5
6
{-# LANGUAGE DuplicateRecordFields #-}
module T11173 where
import T11173a (A(..))

-- Check that the fixity declaration applied to the field 'foo' is used
x b = b `foo` b `foo` 0