Module Class_tactics

This files implements typeclasses eauto

val typeclasses_db : string
val catchable : exn -> 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
type search_strategy =
| Dfs
| Bfs
val set_typeclasses_strategy : search_strategy -> unit
val typeclasses_eauto : ?⁠only_classes:bool -> ?⁠st:TransparentState.t -> ?⁠strategy:search_strategy -> depth:Int.t option -> Hints.hint_db_name list -> unit Proofview.tactic
val head_of_constr : Names.Id.t -> EConstr.constr -> unit Proofview.tactic
val not_evar : EConstr.constr -> unit Proofview.tactic
val is_ground : EConstr.constr -> unit Proofview.tactic
val autoapply : EConstr.constr -> Hints.hint_db_name -> unit Proofview.tactic