]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.ml
better type for comparison and implementation of KBO orderings
[helm.git] / helm / software / components / ng_paramodulation / terms.ml
index 8fad7187b958c089a1051dbae59f34027777e775..72e32987a00efd3b39f30f27920b7f696b33ea2a 100644 (file)
@@ -18,7 +18,7 @@ type 'a foterm =
 
 type 'a substitution = (int * 'a foterm) list
 
-type comparison = Lt | Le | Eq | Ge | Gt | Incomparable
+type comparison = Lt | Eq | Gt | Incomparable
 
 type rule = SuperpositionRight | SuperpositionLeft | Demodulation
 type direction = Left2Right | Right2Left | Nodir