package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ssrtermkind = Ssrmatching_plugin.Ssrmatching.ssrtermkind =
  1. | InParens
  2. | WithAt
  3. | NoFlag
  4. | Cpattern
val ssrtermkind_of_sexp : Sexplib0.Sexp.t -> ssrtermkind
val sexp_of_ssrtermkind : ssrtermkind -> Sexplib0.Sexp.t
val _cpattern_of_sexp : Sexplib0.Sexp.t -> _cpattern
val sexp_of__cpattern : _cpattern -> Sexplib0.Sexp.t
val cpattern_of_sexp : Sexplib0.Sexp.t -> 'a
val sexp_of_cpattern : 'a -> Sexplib0.Sexp.t
type ('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
val ssrpattern_of_sexp : 'a 'b. (Sexplib0.Sexp.t -> 'a) -> (Sexplib0.Sexp.t -> 'b) -> Sexplib0.Sexp.t -> ('a, 'b) ssrpattern
val sexp_of_ssrpattern : 'a 'b. ('a -> Sexplib0.Sexp.t) -> ('b -> Sexplib0.Sexp.t) -> ('a, 'b) ssrpattern -> Sexplib0.Sexp.t
type _rpattern = (cpattern, cpattern) ssrpattern
val _rpattern_of_sexp : Sexplib0.Sexp.t -> _rpattern
val sexp_of__rpattern : _rpattern -> Sexplib0.Sexp.t
type rpattern = (cpattern, cpattern) ssrpattern
val rpattern_of_sexp : Sexplib0.Sexp.t -> 'a
val sexp_of_rpattern : 'a -> Sexplib0.Sexp.t
type ssrdir = Ssrmatching_plugin.Ssrmatching.ssrdir =
  1. | L2R
  2. | R2L
val ssrdir_of_sexp : Sexplib0.Sexp.t -> ssrdir
val sexp_of_ssrdir : ssrdir -> Sexplib0.Sexp.t