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/serlib_ssrmatching/Serlib_ssrmatching/Ser_ssrmatching/index.html

Module Serlib_ssrmatching.Ser_ssrmatchingSource

Sourcetype ssrtermkind = Ssrmatching_plugin.Ssrmatching.ssrtermkind =
  1. | InParens
  2. | WithAt
  3. | NoFlag
  4. | Cpattern
Sourceval ssrtermkind_of_sexp : Sexplib0.Sexp.t -> ssrtermkind
Sourceval sexp_of_ssrtermkind : ssrtermkind -> Sexplib0.Sexp.t
Sourcetype cpattern = Ssrmatching_plugin.Ssrmatching.cpattern = {
  1. kind : ssrtermkind;
  2. pattern : Genintern.glob_constr_and_expr;
  3. interpretation : Geninterp.interp_sign option;
}
Sourceval _cpattern_of_sexp : Sexplib0.Sexp.t -> _cpattern
Sourceval sexp_of__cpattern : _cpattern -> Sexplib0.Sexp.t
Sourceval cpattern_of_sexp : Sexplib0.Sexp.t -> 'a
Sourceval sexp_of_cpattern : 'a -> Sexplib0.Sexp.t
Sourcetype ('a, 'b) ssrpattern = ('a, 'b) Ssrmatching_plugin.Ssrmatching.ssrpattern =
  1. | T of 'b
  2. | In_T of 'b
  3. | X_In_T of 'a * 'b
  4. | In_X_In_T of 'a * 'b
  5. | E_In_X_In_T of 'b * 'a * 'b
  6. | E_As_X_In_T of 'b * 'a * 'b
Sourceval ssrpattern_of_sexp : 'a 'b. (Sexplib0.Sexp.t -> 'a) -> (Sexplib0.Sexp.t -> 'b) -> Sexplib0.Sexp.t -> ('a, 'b) ssrpattern
Sourceval sexp_of_ssrpattern : 'a 'b. ('a -> Sexplib0.Sexp.t) -> ('b -> Sexplib0.Sexp.t) -> ('a, 'b) ssrpattern -> Sexplib0.Sexp.t
Sourcetype _rpattern = (cpattern, cpattern) ssrpattern
Sourceval _rpattern_of_sexp : Sexplib0.Sexp.t -> _rpattern
Sourceval sexp_of__rpattern : _rpattern -> Sexplib0.Sexp.t
Sourceval rpattern_of_sexp : Sexplib0.Sexp.t -> 'a
Sourceval sexp_of_rpattern : 'a -> Sexplib0.Sexp.t
Sourcetype ssrdir = Ssrmatching_plugin.Ssrmatching.ssrdir =
  1. | L2R
  2. | R2L
Sourceval ssrdir_of_sexp : Sexplib0.Sexp.t -> ssrdir
Sourceval sexp_of_ssrdir : ssrdir -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.