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.tacticval resolve_one_typeclass :
Environ.env ->
Evd.evar_map ->
EConstr.types ->
Evd.evar_map * EConstr.constrTries to find a solution for the given type. Raises Not_found it it fails.
type 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 Rocq's one