summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/AnnotationRecordWrongFieldType.txt
blob: 36f05d86d1733b3239900df56ca450cca6109632 (plain)
1
2
3
4
5
6
Type error: error: annot mismatch: { x : Natural } != { x : Text }
 --> <current file>:1:1
  |
1 | { x = 1 } : { x : Text }
  | ^^^^^^^^^ annot mismatch: { x : Natural } != { x : Text }
  |