package coq

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.