summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc227.hs
blob: 5a4736ecccdccc39b3def5cb92ce486ea14fe9cd (plain)
1
2
3
4
5
6
-- Ensure that tuple instances are brought into scope
-- See Trac #1385

module ShouldCompile where

foo = (1,True) == (2,False)