package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Level : sig ... end
type universe_level = Level.t
val universe_level_of_sexp : Sexplib.Sexp.t -> universe_level
val sexp_of_universe_level : universe_level -> Sexplib.Sexp.t
module Universe : sig ... end
type universe = Universe.t
val universe_of_sexp : Sexplib.Sexp.t -> universe
val sexp_of_universe : universe -> Sexplib.Sexp.t
module Instance : sig ... end
type constraint_type = Univ.constraint_type
val constraint_type_of_sexp : Sexplib.Sexp.t -> constraint_type
val sexp_of_constraint_type : constraint_type -> Sexplib.Sexp.t
type univ_constraint = Univ.univ_constraint
val univ_constraint_of_sexp : Sexplib.Sexp.t -> univ_constraint
val sexp_of_univ_constraint : univ_constraint -> Sexplib.Sexp.t
type universe_instance = Instance.t
val universe_instance_of_sexp : Sexplib.Sexp.t -> universe_instance
val sexp_of_universe_instance : universe_instance -> Sexplib.Sexp.t
module Constraint : sig ... end
module UContext : sig ... end
type universe_context = UContext.t
val universe_context_of_sexp : Sexplib.Sexp.t -> universe_context
val sexp_of_universe_context : universe_context -> Sexplib.Sexp.t
module AUContext : sig ... end
type abstract_universe_context = AUContext.t
val abstract_universe_context_of_sexp : Sexplib.Sexp.t -> abstract_universe_context
val sexp_of_abstract_universe_context : abstract_universe_context -> Sexplib.Sexp.t
module CumulativityInfo : sig ... end
type cumulativity_info = CumulativityInfo.t
val cumulativity_info_of_sexp : Sexplib.Sexp.t -> cumulativity_info
val sexp_of_cumulativity_info : cumulativity_info -> Sexplib.Sexp.t
module ACumulativityInfo : sig ... end
type abstract_cumulativity_info = ACumulativityInfo.t
val abstract_cumulativity_info_of_sexp : Sexplib.Sexp.t -> abstract_cumulativity_info
val sexp_of_abstract_cumulativity_info : abstract_cumulativity_info -> Sexplib.Sexp.t
module ContextSet : sig ... end
type 'a puniverses = 'a * universe_instance
val puniverses_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a puniverses
val sexp_of_puniverses : ('a -> Sexplib.Sexp.t) -> 'a puniverses -> Sexplib.Sexp.t
type explanation = Univ.explanation
val explanation_of_sexp : Sexplib.Sexp.t -> explanation
val sexp_of_explanation : explanation -> Sexplib.Sexp.t
type univ_inconsistency = Univ.univ_inconsistency
val univ_inconsistency_of_sexp : Sexplib.Sexp.t -> univ_inconsistency
val sexp_of_univ_inconsistency : univ_inconsistency -> Sexplib.Sexp.t
OCaml

Innovation. Community. Security.