summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/RecordSelectionNotPresent.txt
blob: 6701dd69a9d958ead949542411ee8726838f2a6d (plain)
1
2
3
4
5
6
Type error: error: MissingRecordField
 --> <current file>:1:1
  |
1 | { y = {=} }.x
  | ^^^^^^^^^^^^^ MissingRecordField
  |