summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/NoBlockArgumentsFail3.stderr
blob: 93a3c99d4948125455a7fcafa058919031303412 (plain)
1
2
3
4
5
6
7

NoBlockArgumentsFail3.hs:7:22: error:
    Unexpected lambda-case expression in function application:
        \case Just 3 -> print x
    Suggested fixes:
      Use parentheses.
      Perhaps you intended to use BlockArguments