X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_paramodulation%2Fstats.ml;h=da00eb5511145c02d99a9dce6aa924bf273ae737;hb=3220eee6c3dd2968727c5c595d6ca78e89291b5f;hp=fd68f0fe765cd7cd75be5805dac8c516a0f623fb;hpb=cf8b1c25a0011ca2a8a856b39e046da33c451221;p=helm.git diff --git a/matita/components/ng_paramodulation/stats.ml b/matita/components/ng_paramodulation/stats.ml index fd68f0fe7..da00eb551 100644 --- a/matita/components/ng_paramodulation/stats.ml +++ b/matita/components/ng_paramodulation/stats.ml @@ -115,8 +115,8 @@ module Stats (B : Terms.Blob) = else dependencies op tl acc else dependencies op tl acc - | ((Terms.Node (Terms.Leaf op1::t) as x),y) - | (y,(Terms.Node (Terms.Leaf op1::t) as x)) when leaf_count x > leaf_count y -> + | ((Terms.Node (Terms.Leaf op1::_t) as x),y) + | (y,(Terms.Node (Terms.Leaf op1::_t) as x)) when leaf_count x > leaf_count y -> let rec term_leaves = function | Terms.Node l -> List.fold_left (fun acc x -> acc @ (term_leaves x)) [] l | Terms.Leaf x -> [x]