Enables transitive matching for the rule-based matching workflow. When enabled, records that match through different rules are grouped together into the same match group.
*)
}
Sourceval make : ?enableTransitiveMatching:???->unit ->t
Sourceval to_value :
t->[> `Structure of (string * [> `Boolean of Boolean.t ]) list ]