package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.17.0.tar.gz
sha512=2f77bcb5211018b5d46320fd39fd34450eeb654aca44551b28bb50a2364398c4b34587630b6558db867ecfb63b246fd3e29dc2375f99967ff62bc002db9c3250

doc/firstorder_plugin/Firstorder_plugin/Sequent/index.html

Module Firstorder_plugin.SequentSource

Sourcetype h_item = Names.GlobRef.t * (int * Constr.t) option
Sourcetype history
Sourcetype cmap
module HP : Heap.S with type elt = Formula.t
Sourcetype t = private {
  1. redexes : HP.t;
  2. context : cmap;
  3. latoms : Formula.atom list;
  4. gl : EConstr.types;
  5. glatom : Formula.atom option;
  6. cnt : Formula.counter;
  7. history : history;
  8. depth : int;
}
Sourceval deepen : t -> t
Sourceval record : h_item -> t -> t
Sourceval lookup : Environ.env -> Evd.evar_map -> h_item -> t -> bool
Sourceval re_add_formula_list : Evd.evar_map -> Formula.t list -> t -> t
Sourceval take_formula : Evd.evar_map -> t -> Formula.t * 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
Sourceval print_cmap : cmap -> Pp.t
OCaml

Innovation. Community. Security.