X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_paramodulation%2Fterms.ml;h=0aa2a7d2bdfd401b721c3d847594d325fa041358;hb=6b76c5b3b82753966cabffd8536d8dd9f8cada20;hp=87b4f383bc53bf13885069592eaf896ad9f58a0e;hpb=aa5c8c99c9f7ae285883cff133fc02b3d064888c;p=helm.git diff --git a/matita/components/ng_paramodulation/terms.ml b/matita/components/ng_paramodulation/terms.ml index 87b4f383b..0aa2a7d2b 100644 --- a/matita/components/ng_paramodulation/terms.ml +++ b/matita/components/ng_paramodulation/terms.ml @@ -63,7 +63,7 @@ let vars_of_term t = module OT = struct type t = int - let compare = Pervasives.compare + let compare = Stdlib.compare end module M : Map.S with type key = int