]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite/grafiteAst.ml
now destruct takes an optional list of term rather than a sigle optional term
[helm.git] / components / grafite / grafiteAst.ml
index a0bb2e4f95501a7018cf16520fcabafd32e79433..2b0f4db5f1ad329091df4241cbf1247e466e67cf 100644 (file)
@@ -71,7 +71,7 @@ type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   | Cut of loc * 'ident option * 'term
   | Decompose of loc * 'ident option list
   | Demodulate of loc
-  | Destruct of loc * 'term
+  | Destruct of loc * 'term list option
   | Elim of loc * 'term * 'term option * ('term, 'lazy_term, 'ident) pattern *
            'ident intros_spec
   | ElimType of loc * 'term * 'term option * 'ident intros_spec
@@ -96,7 +96,6 @@ type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   | Right of loc
   | Ring of loc
   | Split of loc
-  | Subst of loc
   | Symmetry of loc
   | Transitivity of loc * 'term
   (* Costruttori Aggiunti *)