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