(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* bool val set_typeclasses_debug : bool -> unit val get_typeclasses_debug : unit -> bool val set_typeclasses_depth : int option -> unit val get_typeclasses_depth : unit -> int option val progress_evars : unit Proofview.tactic -> unit Proofview.tactic val typeclasses_eauto : ?only_classes:bool -> ?st:transparent_state -> Hints.hint_db_name list -> tactic val head_of_constr : Id.t -> Term.constr -> unit Proofview.tactic val not_evar : constr -> unit Proofview.tactic val is_ground : constr -> tactic val autoapply : constr -> Hints.hint_db_name -> tactic