summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/Test4.hs
blob: 8bd15e6fba5f07ac6b70bd36088ae4e7ba8d2a62 (plain)
1
2
3
data T a b = T (a -> b)

f g y = () where x = T g