From a822b6e6080d6030257037bdf1f475bfa1eeb75a Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 28 Jul 2005 15:08:57 +0000 Subject: [PATCH] arguments of ProofEngineHelpers.replace swapped. --- helm/ocaml/paramodulation/saturation.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/ocaml/paramodulation/saturation.ml b/helm/ocaml/paramodulation/saturation.ml index 13bb5714a..413c7b15e 100644 --- a/helm/ocaml/paramodulation/saturation.ml +++ b/helm/ocaml/paramodulation/saturation.ml @@ -1170,7 +1170,7 @@ let saturate dbd (proof, goal) = (string_of_bool (fst (CicReduction.are_convertible context type_of_goal ty ug)))); - let equality_for_replace t1 i = + let equality_for_replace i t1 = match t1 with | C.Meta (n, _) -> n = i | _ -> false -- 2.39.2