]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst.ml
More tactics or tactic arguments made available to matita and a bit of code
[helm.git] / helm / ocaml / cic_transformations / tacticAst.ml
index 63314d96f04f9d5b618becc9a613ddd27780fa54..8983490eac2483c198ec2cecd269cb9212208292 100644 (file)
@@ -34,8 +34,8 @@ type ('term, 'ident) pattern =
 type ('term, 'ident) tactic =
   | Absurd of loc * 'term
   | Apply of loc * 'term
-  | Auto of loc * int option
   | Assumption of loc
+  | Auto of loc * int option * int option (* depth, width *)
   | Change of loc * 'term * 'term * ('term,'ident) pattern (* what, with what, where *)
   | Compare of loc * 'term
   | Constructor of loc * int