summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/CompletionWithWrongFieldName.txt
blob: 69be85522b2624230298d039216f321b449f44dd (plain)
1
2
3
4
5
6
7
Type error: error: annot mismatch: { id : Optional Natural, nam : Text, name : Text } != { id : Optional Natural, name : Text }
 --> <current file>:1:5
  |
...
6 | in  Example::{ nam = "John Doe" }
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ annot mismatch: { id : Optional Natural, nam : Text, name : Text } != { id : Optional Natural, name : Text }
  |