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