package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.18.0.tar.gz
md5=8d852367b54f095d9fbabd000304d450
sha512=46922d5f2eb6802a148a52fd3e7f0be8370c93e7bc33cee05cf4a2044290845b10ccddbaa306f29c808e7c5019700763e37e45ff6deb507b874a4348010fed50

doc/firstorder_plugin/Firstorder_plugin/Sequent/index.html

Module Firstorder_plugin.SequentSource

Sourcetype h_item = Names.GlobRef.t * Unify.Item.t option
Sourcetype t
Sourceval has_fuel : t -> bool
Sourceval make_simple_atoms : t -> Formula.atoms
Sourceval iter_redexes : (Formula.any_formula -> unit) -> t -> unit
Sourceval deepen : t -> t
Sourceval record : h_item -> t -> t
Sourceval lookup : Environ.env -> Evd.evar_map -> h_item -> t -> bool
Sourceval add_concl : flags:Formula.flags -> Environ.env -> Evd.evar_map -> EConstr.constr -> t -> t
Sourceval add_formula : flags:Formula.flags -> hint:bool -> Environ.env -> Evd.evar_map -> Names.GlobRef.t -> EConstr.constr -> t -> t
Sourceval re_add_formula_list : Evd.evar_map -> Formula.any_formula list -> t -> t
Sourceval find_goal : Evd.evar_map -> t -> Names.GlobRef.t
Sourceval take_formula : Evd.evar_map -> t -> Formula.any_formula * t
Sourceval empty_seq : int -> t
Sourceval extend_with_ref_list : flags:Formula.flags -> Environ.env -> Evd.evar_map -> Names.GlobRef.t list -> t -> t * Evd.evar_map
Sourceval extend_with_auto_hints : flags:Formula.flags -> Environ.env -> Evd.evar_map -> Hints.hint_db_name list -> t -> t * Evd.evar_map
OCaml

Innovation. Community. Security.