]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/paramodulation/utils.ml
auto snapshot
[helm.git] / helm / software / components / tactics / paramodulation / utils.ml
index 8d0ba901b055d9dba4b20b5b02d8f2b3829f0c69..6ac2132aaa8f203a945982c3f4ecb913868199f9 100644 (file)
@@ -356,7 +356,7 @@ let compute_equality_weight e =
    d
   );
 *)
-  w + d
+  w + d 
 ;;
 
 (* old
@@ -754,14 +754,6 @@ let guarded_simpl ?(debug=false) context t =
       end
 ;;
 
-type equality_sign = Negative | Positive;;
-
-let string_of_sign = function
-  | Negative -> "Negative"
-  | Positive -> "Positive"
-;;
-
-
 type pos = Left | Right 
 
 let string_of_pos = function