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