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