X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=components%2Fgrafite%2FgrafiteAst.ml;h=b4c18726cd4ca73c36389f4521bc47ad3cb49a6b;hb=dab40d3f522ad5e31a6b8967840c7b36937de83c;hp=dc7db34bc24b480d7de31bd918f410041882135e;hpb=36243ef64310a9ea2e51a0295744ab5de7abe055;p=helm.git diff --git a/components/grafite/grafiteAst.ml b/components/grafite/grafiteAst.ml index dc7db34bc..b4c18726c 100644 --- a/components/grafite/grafiteAst.ml +++ b/components/grafite/grafiteAst.ml @@ -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