]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite/grafiteAst.ml
New syntax and semantics for the rewriting steps that make the pretty-printed
[helm.git] / components / grafite / grafiteAst.ml
index a4d357702925e86a5fb8b4b5e8d643e3b77f54fa..9c5d56024917795facba7653bc89d1019a192754 100644 (file)
@@ -98,8 +98,9 @@ type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   | ExistsElim of loc * 'term * 'ident * 'term * 'ident * 'term
   | AndElim of loc * 'term * 'ident * 'term * 'ident * 'term
   | RewritingStep of
-     loc * 'term option * 'term  *
-      [ `Term of 'term | `Auto of (string * string) list ] * Cic.name option
+     loc * (string option * 'term) option * 'term  *
+      [ `Term of 'term | `Auto of (string * string) list ] *
+      bool (* last step*)
   
 type search_kind = [ `Locate | `Hint | `Match | `Elim ]