X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fgrafite%2FgrafiteAst.ml;h=e75e53867aa88306d06dedfe5ee1fff9f2b9efe8;hb=4322dbc610348eb5af8ba10dc2131596387854c2;hp=d6dfa53a65dc88e1a4b744e9ef0147539ee01f05;hpb=577e68880396ea19dc0c190435a2268540696be1;p=helm.git diff --git a/components/grafite/grafiteAst.ml b/components/grafite/grafiteAst.ml index d6dfa53a6..e75e53867 100644 --- a/components/grafite/grafiteAst.ml +++ b/components/grafite/grafiteAst.ml @@ -77,9 +77,10 @@ type ('term, 'lazy_term, 'reduction, 'ident) tactic = | LetIn of loc * 'term * 'ident | Reduce of loc * 'reduction * ('term, 'lazy_term, 'ident) pattern | Reflexivity of loc + | Rename of loc * 'ident list * 'ident list | Replace of loc * ('term, 'lazy_term, 'ident) pattern * 'lazy_term | Rewrite of loc * direction * 'term * - ('term, 'lazy_term, 'ident) pattern + ('term, 'lazy_term, 'ident) pattern * 'ident list | Right of loc | Ring of loc | Split of loc