| TacticAst.ElimType (_, term) -> Tactics.elim_type term
| TacticAst.Replace (_, what, with_what) -> Tactics.replace ~what ~with_what
| TacticAst.Auto (_,num) ->
- AutoTactic.auto_tac ~num ~dbd:(MatitaDb.instance ())
+ AutoTactic.auto_tac ~num (MatitaDb.instance ())
| TacticAst.Change (_, what, with_what, _) -> Tactics.change ~what ~with_what
(*
(* TODO Zack a lot more of tactics to be implemented here ... *)
| TacticAst.Replace_pattern of 'term pattern * 'term
*)
| TacticAst.LetIn (loc,term,name) ->
- Tactics.letin ~term ~mk_fresh_name_callback:(namer_of [name])
+ Tactics.letin term ~mk_fresh_name_callback:(namer_of [name])
| TacticAst.ReduceAt (_,reduction_kind,ident,path) ->
ProofEngineTypes.mk_tactic
(fun (((_,metasenv,_,_),goal) as status) ->