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