]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
Demodulate used to be a reduction_kind and it used to take a ~pattern.
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 32625f39f108635b78f3790f5921abdb35738a61..5896e116fa6f17de2ff832c77c297578105e97bd 100644 (file)
@@ -37,8 +37,7 @@ type ('term, 'ident) type_spec =
    | Type of UriManager.uri * int 
 
 type 'lazy_term reduction =
-  [ `Demodulate
-  | `Normalize
+  [ `Normalize
   | `Reduce
   | `Simpl
   | `Unfold of 'lazy_term option
@@ -57,6 +56,7 @@ type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   | Contradiction of loc
   | Cut of loc * 'ident option * 'term
   | Decompose of loc * ('term, 'ident) type_spec list * 'ident option * 'ident list
+  | Demodulate of loc
   | Discriminate of loc * 'term
   | Elim of loc * 'term * 'term option * int option * 'ident list
   | ElimType of loc * 'term * 'term option * int option * 'ident list