package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = EConstr.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
type existential = EConstr.existential
val existential_of_sexp : Sexplib.Sexp.t -> existential
val sexp_of_existential : existential -> Sexplib.Sexp.t
type constr = t
val constr_to_yojson : constr -> Yojson.Safe.t
val sexp_of_constr : constr -> Sexplib0.Sexp.t
val constr_of_sexp : Sexplib0.Sexp.t -> constr
val hash_fold_constr : Base.Hash.state -> constr -> Base.Hash.state
val hash_constr : constr -> Base.Hash.hash_value
val compare_constr : constr -> constr -> int
type types = t
val sexp_of_types : types -> Sexplib.Sexp.t
val types_of_sexp : Sexplib.Sexp.t -> types
type unsafe_judgment = EConstr.unsafe_judgment
val sexp_of_unsafe_judgment : unsafe_judgment -> Sexplib.Sexp.t
val unsafe_judgment_of_sexp : Sexplib.Sexp.t -> unsafe_judgment