Class_tacticsSourceThis files implements typeclasses eauto
val typeclasses_eauto :
?only_classes:bool ->
?best_effort:bool ->
?st:TransparentState.t ->
?strategy:search_strategy ->
depth:Int.t option ->
Hints.hint_db_name list ->
unit Proofview.tactictype solver = {solver : Environ.env ->
Evd.evar_map ->
depth:int option ->
unique:bool ->
best_effort:bool ->
goals:Evar.t list ->
bool * Evd.evar_map;}A tc_solver is made of a solver and a condition telling when the the solver should be executed instead of coq's one