]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.ml
huge commit regarding universes:
[helm.git] / helm / software / components / ng_paramodulation / terms.ml
index 9a225fd27b2807f3a3ea37d57276eb93332e384a..3947107eab8bfeea1ba1866f49b60fd9e3328e68 100644 (file)
@@ -18,7 +18,7 @@ type 'a foterm =
 
 type 'a substitution = (int * 'a foterm) list
 
-type comparison = Lt | Eq | Gt | Incomparable
+type comparison = Lt | Eq | Gt | Incomparable | Invertible
 
 type rule = Superposition | Demodulation
 type direction = Left2Right | Right2Left | Nodir