package coq
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Formal proof management system
Install
dune-project
Dependency
Authors
Maintainers
Sources
coq-8.15.0.tar.gz
sha256=73466e61f229b23b4daffdd964be72bd7a110963b9d84bd4a86bb05c5dc19ef3
doc/coq-core.library/Globnames/index.html
Module GlobnamesSource
Source
type global_reference = Names.GlobRef.t = | VarRef of Names.variable(**)| ConstRef of Names.Constant.t(**)| IndRef of Names.inductive(**)| ConstructRef of Names.constructor(**)
Source
val subst_global :
Mod_subst.substitution ->
Names.GlobRef.t ->
Names.GlobRef.t * Constr.constr Univ.univ_abstracted optionThis constr is not safe to be typechecked, universe polymorphism is not handled here: just use for printing
Turn a construction denoting a global reference into a global reference; raise Not_found if not a global reference
Extended global references
Source
val subst_extended_reference :
Mod_subst.substitution ->
extended_global_reference ->
extended_global_reference sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page