]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/terms.mli
1) added simplification of actives w.r.t. selected
[helm.git] / helm / software / components / ng_paramodulation / terms.mli
index d7f4b74e30c99792ce39c936d16d0a279cfe8c09..7b3cb175060760cc2cba24b06cdb06f72607cbe5 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
 
 (* A Discrimination tree is a map: foterm |-> (dir, clause) *)
 type direction = Left2Right | Right2Left | Nodir