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