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