Eautoval e_assumption : unit Proofview.tacticval e_give_exact : 
  ?flags:Unification.unify_flags ->
  EConstr.constr ->
  unit Proofview.tacticval gen_eauto : 
  ?debug:Hints.debug ->
  ?depth:int ->
  Tactypes.delayed_open_constr list ->
  Hints.hint_db_name list option ->
  unit Proofview.tacticval eauto_with_bases : 
  ?debug:Hints.debug ->
  ?depth:int ->
  Tactypes.delayed_open_constr list ->
  Hints.hint_db list ->
  unit Proofview.tacticval autounfold : 
  Hints.hint_db_name list ->
  Locus.clause ->
  unit Proofview.tacticval autounfold_tac : 
  Hints.hint_db_name list option ->
  Locus.clause ->
  unit Proofview.tacticval autounfold_one : 
  Hints.hint_db_name list ->
  Locus.hyp_location option ->
  unit Proofview.tactic