summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/TypeAnnotationWrong.txt
blob: 7360e681db24ec43aa38b01e8ddab56d68ea1afe (plain)
1
2
3
4
5
6
Type error: error: annot mismatch: (1 : Natural) : Bool
 --> <current file>:1:0
  |
1 | 1 : Bool
  | ^^^^^^^^ annot mismatch: (1 : Natural) : Bool
  |