summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/RecordMixedKinds3.txt
blob: a83bb4f1fbfaf6afa707474d0af2e07383bffee2 (plain)
1
2
3
4
5
6
Type error: error: InvalidFieldType
 --> <current file>:1:17
  |
1 | { x = Type, y = Kind }
  |                 ^^^^ InvalidFieldType
  |