summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/failure/unit/RightBiasedRecordMergeMixedKinds2.txt
blob: 521ae05b2b3bcd22cd86c4bc2de7442fecb8d4ba (plain)
1
2
3
4
5
6
Type error: error: InvalidFieldType
 --> <current file>:1:15
  |
1 | { x = Bool } ⫽ { x = Kind }
  |                ^^^^^^^^^^^^ InvalidFieldType
  |