summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/FunctionApplicationIsNotFunction.txt
blob: e46904ac06014a101eafc300bb4089b7958966a3 (plain)
1
2
3
4
5
6
Type error: error: expected function, found `Bool`
 --> <current file>:1:0
  |
1 | True True
  | ^^^^ function application requires a function
  |