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

module ShouldCompile where

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