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