summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/AnnotationRecordWrongFieldName.txt
blob: 01a1f326f7ce2e8fefcabe098b865a00cd59f661 (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 }
  |