summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/LetWithWrongAnnotation.txt
blob: 5ba4b358d959bf1cc9f726b47dad306f4167a193 (plain)
1
2
3
4
5
6
Type error: error: annot mismatch: (True : Bool) : Natural
 --> <current file>:1:8
  |
1 | let x : Natural = True in True
  |         ^^^^^^^ annot mismatch: (True : Bool) : Natural
  |