summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/patFail002.hs
blob: b6be3c44829ed22ab1b922416ce443c697a3e54c (plain)
1
2
3
module PatFail002 where

f (let a = x in a) = _