blob: e285e6ea723dddd74666e3af9b4b83f2169d7946 (
plain)
1
2
3
4
5
6
|
NoBlockArgumentsFail3.hs:7:22: error:
Unexpected lambda-case expression in function application:
\case Just 3 -> print x
You could write it with parentheses
Or perhaps you meant to enable BlockArguments?
|