package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type matching_var_kind = Evar_kinds.matching_var_kind
val matching_var_kind_of_sexp : Sexplib.Sexp.t -> matching_var_kind
val sexp_of_matching_var_kind : matching_var_kind -> Sexplib.Sexp.t
type obligation_definition_status = Evar_kinds.obligation_definition_status
val obligation_definition_status_of_sexp : Sexplib.Sexp.t -> obligation_definition_status
val sexp_of_obligation_definition_status : obligation_definition_status -> Sexplib.Sexp.t
include SerType.SJ with type t = Evar_kinds.t
include SerType.S with type t = Evar_kinds.t
type t = Evar_kinds.t
val t_of_sexp : Sexplib.Sexp.t -> t
val sexp_of_t : t -> Sexplib.Sexp.t
val of_yojson : Yojson.Safe.t -> (t, string) Result.result
val to_yojson : t -> Yojson.Safe.t