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