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