package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.14.1.tar.gz
sha256=3cbfc1e1a72b16d4744f5b64ede59586071e31d9c11c811a0372060727bfd9c3

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 -> ?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
OCaml

Innovation. Community. Security.