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