package coq-serapi

  1. Overview
  2. Docs
Serialization library and protocol for machine interaction with the Coq proof assistant

Install

Dune Dependency

Authors

Maintainers

Sources

coq-serapi-8.15.0.0.15.2.tbz
sha256=e252d05b41e920c1df4343c437be4018804971ecfd00291ddb4d31ce72281853
sha512=1f936181265346d0cd17ec292b98f201382ea84440b415b77664430044ba599072e653366f080d8b63ee5f8fe5bfc0d2cd2a38cc759532500d8c60a483fe36b7

doc/coq-serapi.serlib/Serlib/Ser_tactypes/index.html

Module Serlib.Ser_tactypesSource

Sourcemodule CAst = Ser_cAst
Sourcemodule Names = Ser_names
Sourcemodule Namegen = Ser_namegen
Sourcemodule EConstr = Ser_eConstr
Sourcetype 'a intro_pattern_action_expr = 'a Tactypes.intro_pattern_action_expr =
  1. | IntroWildcard
  2. | IntroOrAndPattern of 'a or_and_intro_pattern_expr
  3. | IntroInjection of 'a intro_pattern_expr CAst.t list
  4. | IntroApplyOn of 'a CAst.t * 'a intro_pattern_expr CAst.t
  5. | IntroRewrite of bool
Sourceand 'a intro_pattern_expr = 'a Tactypes.intro_pattern_expr =
  1. | IntroForthcoming of bool
  2. | IntroNaming of Namegen.intro_pattern_naming_expr
  3. | IntroAction of 'a intro_pattern_action_expr
Sourceand 'a or_and_intro_pattern_expr = 'a Tactypes.or_and_intro_pattern_expr =
  1. | IntroOrPattern of 'a intro_pattern_expr CAst.t list list
  2. | IntroAndPattern of 'a intro_pattern_expr CAst.t list
Sourceval intro_pattern_action_expr_of_sexp : 'a. (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a intro_pattern_action_expr
Sourceval intro_pattern_expr_of_sexp : 'a. (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a intro_pattern_expr
Sourceval or_and_intro_pattern_expr_of_sexp : 'a. (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a or_and_intro_pattern_expr
Sourceval sexp_of_intro_pattern_action_expr : 'a. ('a -> Sexplib0.Sexp.t) -> 'a intro_pattern_action_expr -> Sexplib0.Sexp.t
Sourceval sexp_of_intro_pattern_expr : 'a. ('a -> Sexplib0.Sexp.t) -> 'a intro_pattern_expr -> Sexplib0.Sexp.t
Sourceval sexp_of_or_and_intro_pattern_expr : 'a. ('a -> Sexplib0.Sexp.t) -> 'a or_and_intro_pattern_expr -> Sexplib0.Sexp.t
Sourcetype quantified_hypothesis = Tactypes.quantified_hypothesis =
  1. | AnonHyp of int
  2. | NamedHyp of Names.lident
Sourceval quantified_hypothesis_of_sexp : Sexplib0.Sexp.t -> quantified_hypothesis
Sourceval sexp_of_quantified_hypothesis : quantified_hypothesis -> Sexplib0.Sexp.t
Sourcetype 'a explicit_bindings = (quantified_hypothesis * 'a) CAst.t list
Sourceval explicit_bindings_of_sexp : 'a. (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a explicit_bindings
Sourceval sexp_of_explicit_bindings : 'a. ('a -> Sexplib0.Sexp.t) -> 'a explicit_bindings -> Sexplib0.Sexp.t
Sourcetype 'a bindings = 'a Tactypes.bindings =
  1. | ImplicitBindings of 'a list
  2. | ExplicitBindings of 'a explicit_bindings
  3. | NoBindings
Sourceval bindings_of_sexp : 'a. (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a bindings
Sourceval sexp_of_bindings : 'a. ('a -> Sexplib0.Sexp.t) -> 'a bindings -> Sexplib0.Sexp.t
Sourcetype 'a with_bindings = 'a * 'a bindings
Sourceval with_bindings_of_sexp : 'a. (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a with_bindings
Sourceval sexp_of_with_bindings : 'a. ('a -> Sexplib0.Sexp.t) -> 'a with_bindings -> Sexplib0.Sexp.t
Sourcetype 'a delayed_open = Environ.env -> Evd.evar_map -> Evd.evar_map * 'a
Sourceval sexp_of_delayed_open : 'a -> 'b -> Sexplib.Sexp.t
Sourceval delayed_open_of_sexp : 'a -> Sexplib.Sexp.t -> 'b
Sourcetype delayed_open_constr = EConstr.constr delayed_open
Sourceval delayed_open_constr_of_sexp : Sexplib0.Sexp.t -> delayed_open_constr
Sourceval sexp_of_delayed_open_constr : delayed_open_constr -> Sexplib0.Sexp.t
Sourcetype delayed_open_constr_with_bindings = EConstr.constr with_bindings delayed_open
Sourceval delayed_open_constr_with_bindings_of_sexp : Sexplib0.Sexp.t -> delayed_open_constr_with_bindings
Sourceval sexp_of_delayed_open_constr_with_bindings : delayed_open_constr_with_bindings -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.