summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/RecordTypeDuplicateFields.txt
blob: 145a59bcc6df60440a82d0056fe42e3fb7a8ffb9 (plain)
1
2
3
4
5
6
Type error: error: RecordTypeDuplicateField
 --> <current file>:1:0
  |
1 | { x: Natural, x: Natural }
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^ RecordTypeDuplicateField
  |