GlobnamesSourcetype global_reference = Names.GlobRef.t = | VarRef of Names.variable| ConstRef of Names.Constant.t| IndRef of Names.inductive| ConstructRef of Names.constructorval 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
val subst_extended_reference :
Mod_subst.substitution ->
extended_global_reference ->
extended_global_reference