package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.20.0.tar.gz
md5=66e57ea55275903bef74d5bf36fbe0f1
sha512=1a7eac6e2f58724a3f9d68bbb321e4cfe963ba1a5551b9b011db4b3f559c79be433d810ff262593d753770ee41ea68fbd6a60daa1e2319ea00dff64c8851d70b

doc/coq-core.tactics/Class_tactics/index.html

Module Class_tacticsSource

This files implements typeclasses eauto

Sourceval typeclasses_db : string
Sourceval set_typeclasses_debug : bool -> unit
Sourceval set_typeclasses_depth : int option -> unit
Sourcetype search_strategy =
  1. | Dfs
  2. | Bfs
Sourceval set_typeclasses_strategy : search_strategy -> unit
Sourceval 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.tactic
Sourceval head_of_constr : Names.Id.t -> EConstr.constr -> unit Proofview.tactic
Sourceval not_evar : EConstr.constr -> unit Proofview.tactic
Sourceval is_ground : EConstr.constr -> unit Proofview.tactic
Sourceval resolve_tc : EConstr.constr -> unit Proofview.tactic
Sourcetype solver = {
  1. solver : Environ.env -> Evd.evar_map -> depth:int option -> unique:bool -> best_effort:bool -> goals:Evar.t list -> bool * Evd.evar_map;
}
Sourcetype condition = Environ.env -> Evd.evar_map -> Evar.Set.t -> bool
Sourcetype tc_solver = solver * condition

A tc_solver is made of a solver and a condition telling when the the solver should be executed instead of coq's one

Sourceval register_solver : name:CString.Map.key -> ?override:bool -> tc_solver -> unit
Sourceval activate_solver : name:CString.Map.key -> unit
Sourceval deactivate_solver : name:CString.Map.key -> unit
OCaml

Innovation. Community. Security.