summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc021.hs
blob: 418fa38e2918599cf86e4b26eabf4eb34d975257 (plain)
1
2
3
4
5
6
7
module ShouldSucceed where

f x = a

a = (x,x)

x = x