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