]> 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 54924ff4c87351c3cd04f4eb1a963841fbdd4f5b..b4c18726cd4ca73c36389f4521bc47ad3cb49a6b 100644 (file)
@@ -143,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