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