summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc055.hs
blob: cdbb8f4b4d81f0a1c9b4431826bba1541a565ffb (plain)
1
2
3
module ShouldSucceed where

(x,y) = (\p -> p,\q -> q)