summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/FunctionArgumentTypeNotAType.txt
blob: e84eb1507c17ea4243af8d4cfa11c88c276037f8 (plain)
1
2
3
4
5
6
7
Type error: error: Invalid input type: `Natural`
 --> <current file>:1:6
  |
1 | λ(_ : 1) → _
  |       ^ this has type: `Natural`
  |
  = help: The input type of a function must have type `Type`, `Kind` or `Sort`