]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/paramodulation/utils.ml
- removed Positive and Negative (all is positive)
[helm.git] / helm / software / components / tactics / paramodulation / utils.ml
index 8d0ba901b055d9dba4b20b5b02d8f2b3829f0c69..eabf24353395f443beea557563d0daa4a4a7273c 100644 (file)
@@ -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