package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include SerType.SJHC with type t = Sorts.t
type t = Sorts.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 family = Sorts.family
val family_to_yojson : family -> Yojson.Safe.t
val sexp_of_family : family -> Sexplib0.Sexp.t
val family_of_sexp : Sexplib0.Sexp.t -> family
val hash_fold_family : Base.Hash.state -> family -> Base.Hash.state
val hash_family : family -> Base.Hash.hash_value
val compare_family : family -> family -> int
type relevance = Sorts.relevance
val relevance_to_yojson : relevance -> Yojson.Safe.t
val sexp_of_relevance : relevance -> Sexplib0.Sexp.t
val relevance_of_sexp : Sexplib0.Sexp.t -> relevance
val hash_fold_relevance : Base.Hash.state -> relevance -> Base.Hash.state
val hash_relevance : relevance -> Base.Hash.hash_value
val compare_relevance : relevance -> relevance -> int