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_to_yojson : matching_var_kind -> Yojson.Safe.t
val sexp_of_matching_var_kind : matching_var_kind -> Sexplib0.Sexp.t
val matching_var_kind_of_sexp : Sexplib0.Sexp.t -> matching_var_kind
val hash_fold_matching_var_kind : Base.Hash.state -> matching_var_kind -> Base.Hash.state
val hash_matching_var_kind : matching_var_kind -> Base.Hash.hash_value
val compare_matching_var_kind : matching_var_kind -> matching_var_kind -> int
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.SJHC with type t = Evar_kinds.t
type t = Evar_kinds.t
val to_yojson : t -> Yojson.Safe.t
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_hash_lib.Hashable.S with type t := t
val hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
val hash : t -> Base.Hash.hash_value
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int