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.13.0.0.13.1.tbz
sha256=530991b3e029102367184b96d8bd8a347c7172265a5815176a533b1061f8c6cf
sha512=c6cc5afcad3546c3fbcd8512f20a5ebd748f17529805c1d296959092fde8f31b77f7c7a06254f68c30eb6c6ad520bfbf03388505186a600e75d65ae3acd02c77

doc/serlib_ssrmatching/Serlib_ssrmatching/Ser_ssrmatching/index.html

Module Serlib_ssrmatching.Ser_ssrmatchingSource

Sourcetype cpattern = Ssrmatching_plugin.Ssrmatching.cpattern
Sourceval _cpattern_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> _cpattern
Sourceval sexp_of__cpattern : _cpattern -> Ppx_sexp_conv_lib.Sexp.t
Sourceval cpattern_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> 'a
Sourceval sexp_of_cpattern : 'a -> Ppx_sexp_conv_lib.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. (Ppx_sexp_conv_lib.Sexp.t -> 'a) -> (Ppx_sexp_conv_lib.Sexp.t -> 'b) -> Ppx_sexp_conv_lib.Sexp.t -> ('a, 'b) ssrpattern
Sourceval sexp_of_ssrpattern : 'a 'b. ('a -> Ppx_sexp_conv_lib.Sexp.t) -> ('b -> Ppx_sexp_conv_lib.Sexp.t) -> ('a, 'b) ssrpattern -> Ppx_sexp_conv_lib.Sexp.t
Sourcetype _rpattern = (cpattern, cpattern) ssrpattern
Sourceval _rpattern_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> _rpattern
Sourceval sexp_of__rpattern : _rpattern -> Ppx_sexp_conv_lib.Sexp.t
Sourcetype rpattern = Ssrmatching_plugin.Ssrmatching.rpattern
Sourceval rpattern_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> 'a
Sourceval sexp_of_rpattern : 'a -> Ppx_sexp_conv_lib.Sexp.t
Sourcetype ssrdir = Ssrmatching_plugin.Ssrmatching.ssrdir =
  1. | L2R
  2. | R2L
Sourceval ssrdir_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> ssrdir
Sourceval sexp_of_ssrdir : ssrdir -> Ppx_sexp_conv_lib.Sexp.t
OCaml

Innovation. Community. Security.