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