Tactics.elim_intros term
| TacticAst.ElimType (_, term) -> Tactics.elim_type term
| TacticAst.Replace (_, what, with_what) -> Tactics.replace ~what ~with_what
- | TacticAst.Auto (_,num) ->
- AutoTactic.auto_tac ~num (MatitaDb.instance ())
+ | TacticAst.Auto (_,depth) ->
+(* AutoTactic.auto_tac ~num (MatitaDb.instance ()) *)
+ AutoTactic.auto_tac_new ?depth ~dbd:(MatitaDb.instance ()) ()
| TacticAst.Change (_, what, with_what, _) -> Tactics.change ~what ~with_what
(*
(* TODO Zack a lot more of tactics to be implemented here ... *)