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