X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_paramodulation%2Fstats.ml;h=a1e892902002f8d83f56067888633e3d4bb0a038;hb=e082eec771e24842f29a01fa258f7c80bc2db599;hp=da00eb5511145c02d99a9dce6aa924bf273ae737;hpb=2815c74c03f38089d0e27aba00e2280223b0f76f;p=helm.git diff --git a/matita/components/ng_paramodulation/stats.ml b/matita/components/ng_paramodulation/stats.ml index da00eb551..a1e892902 100644 --- a/matita/components/ng_paramodulation/stats.ml +++ b/matita/components/ng_paramodulation/stats.ml @@ -129,7 +129,7 @@ module Stats (B : Terms.Blob) = | _ -> dependencies op tl acc ;; - let dependencies op clauses = HExtlib.list_uniq (List.sort Pervasives.compare (dependencies op clauses []));; + let dependencies op clauses = HExtlib.list_uniq (List.sort Stdlib.compare (dependencies op clauses []));; (* let max_weight_hyp = *)