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