]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.ml
1) added simplification of actives w.r.t. selected
[helm.git] / helm / software / components / ng_paramodulation / terms.ml
index 0e7bed7fb15ae7d3ab1eda117675f37b9412ff90..bcc3bcf7bd8a05ff4906f35abafcd6491de67eb2 100644 (file)
@@ -20,7 +20,7 @@ type 'a substitution = (int * 'a foterm) list
 
 type comparison = Lt | Eq | Gt | Incomparable
 
-type rule = SuperpositionRight | SuperpositionLeft | Demodulation
+type rule = Superposition | Demodulation
 type direction = Left2Right | Right2Left | Nodir
 type position = int list