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