]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite/grafiteAst.ml
- semantics of tactic subst allmost fixed
[helm.git] / components / grafite / grafiteAst.ml
index dc7db34bc24b480d7de31bd918f410041882135e..b4c18726cd4ca73c36389f4521bc47ad3cb49a6b 100644 (file)
@@ -83,6 +83,7 @@ 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 *)
@@ -142,6 +143,7 @@ type ('term, 'lazy_term, 'reduction, 'ident) tactical =
   | Try of loc * ('term, 'lazy_term, 'reduction, 'ident) tactical
       (* try a tactical and mask failures *)
   | Solve of loc * ('term, 'lazy_term, 'reduction, 'ident) tactical list
+  | Progress of loc * ('term, 'lazy_term, 'reduction, 'ident) tactical
 
   | Dot of loc
   | Semicolon of loc