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