]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/grafite/grafiteAst.ml
Moved paramodulation inside tactics.
[helm.git] / helm / ocaml / grafite / grafiteAst.ml
index c9567155db9d8ffea4fa95e7463621c265bda743..6c51fc80abf190dc8898985ebfb50215097041f1 100644 (file)
@@ -37,7 +37,8 @@ type ('term, 'ident) type_spec =
    | Type of UriManager.uri * int 
 
 type 'lazy_term reduction =
-  [ `Normalize
+  [ `Demodulate
+  | `Normalize
   | `Reduce
   | `Simpl
   | `Unfold of 'lazy_term option