summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/success/regression/RecursiveRecordTypeMergeTripleCollisionA.dhall
blob: c7b7fb49031acc74206b315208fcc272be29795f (plain)
1
{ x : { a : Bool } } ⩓ { x : { b : Bool } } ⩓ { x : { c : Bool } }