package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type univ_unique_id
val set_remote_new_univ_id : univ_unique_id RemoteCounter.installer
val new_univ_id : unit -> univ_unique_id
val new_univ_global : unit -> Univ.Level.UGlobal.t
val fresh_level : unit -> Univ.Level.t
val new_univ : unit -> Univ.Universe.t
  • deprecated Use [new_univ_level]
val new_Type : unit -> Constr.types
  • deprecated Use [new_univ_level]
val new_Type_sort : unit -> Sorts.t
  • deprecated Use [new_univ_level]
val new_global_univ : unit -> Univ.Universe.t Univ.in_universe_context_set
val new_sort_in_family : Sorts.family -> Sorts.t
  • deprecated Use [fresh_sort_in_family]
val fresh_sort_in_family : Sorts.family -> Sorts.t Univ.in_universe_context_set
val fresh_universe_context_set_instance : Univ.ContextSet.t -> Univ.universe_level_subst * Univ.ContextSet.t
val constr_of_global_univ : Names.GlobRef.t Univ.puniverses -> Constr.constr
  • deprecated Use [Constr.mkRef]
  • deprecated Use [Univ.extend_in_context_set]
val constr_of_monomorphic_global : Names.GlobRef.t -> Constr.constr
val constr_of_global : Names.GlobRef.t -> Constr.constr
  • deprecated constr_of_global will crash on polymorphic constants,use [constr_of_monomorphic_global] if the reference is guaranteed tobe monomorphic, [Evarutil.new_global] or [Tacmach.New.pf_constr_of_global] otherwise
  • deprecated use [Typeops.type_of_global]
OCaml

Innovation. Community. Security.