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