From: Andrea Asperti Date: Wed, 26 Apr 2006 13:23:29 +0000 (+0000) Subject: removed ocaml equality on equations X-Git-Tag: 0.4.95@7852~1494 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=1f82709017e4ec5bab8e0311e00992b89572d856;p=helm.git removed ocaml equality on equations --- diff --git a/components/tactics/paramodulation/saturation.ml b/components/tactics/paramodulation/saturation.ml index fac0197df..d5da5485f 100644 --- a/components/tactics/paramodulation/saturation.ml +++ b/components/tactics/paramodulation/saturation.ml @@ -112,7 +112,7 @@ module OrderedEquality = struct | 0 -> let res = (List.length m1) - (List.length m2) in if res <> 0 then res else - Pervasives.compare eq1 eq2 + Equality.compare eq1 eq2 | res -> res end