]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
The rewritingstep declarative command now takes also a list of arguments
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 26a65b53139f4dc8ba26e576b34ac3ba2cfae405..a4d357702925e86a5fb8b4b5e8d643e3b77f54fa 100644 (file)
@@ -98,7 +98,8 @@ 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 option * Cic.name option
+     loc * 'term option * 'term  *
+      [ `Term of 'term | `Auto of (string * string) list ] * Cic.name option
   
 type search_kind = [ `Locate | `Hint | `Match | `Elim ]