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