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