]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite/grafiteAst.ml
- tactics:
[helm.git] / components / grafite / grafiteAst.ml
index d6dfa53a65dc88e1a4b744e9ef0147539ee01f05..e75e53867aa88306d06dedfe5ee1fff9f2b9efe8 100644 (file)
@@ -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