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