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