]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst.ml
added Auto and Hint tactic
[helm.git] / helm / ocaml / cic_transformations / tacticAst.ml
index 5bc4462980047aab40347dbd944df2dc69301f90..fd5bde9044bede04b9768a7b7de013992b60b554 100644 (file)
@@ -35,6 +35,7 @@ type ('term, 'ident) tactic =
 
   | Absurd of 'term
   | Apply of 'term
+  | Auto
   | Assumption
   | Change of 'term * 'term * 'ident option (* what, with what, where *)
   | Change_pattern of 'term pattern * 'term * 'ident option