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