X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_paramodulation%2Fstats.ml;h=a1e892902002f8d83f56067888633e3d4bb0a038;hb=712af5b8dc7dab1ebfa6532b73b91c96cb4c6837;hp=da00eb5511145c02d99a9dce6aa924bf273ae737;hpb=0af3592e3a85a4bb82c5c6df259cf9ab117ba0b1;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 = *)