]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/paramodulation/utils.ml
removed bad guard that was always false (assert false in the line above)
[helm.git] / helm / software / components / tactics / paramodulation / utils.ml
index eabf24353395f443beea557563d0daa4a4a7273c..6ac2132aaa8f203a945982c3f4ecb913868199f9 100644 (file)
@@ -356,7 +356,7 @@ let compute_equality_weight e =
    d
   );
 *)
-  w + d
+  w + d 
 ;;
 
 (* old