GeninterpSourceInterpretation functions for generic arguments and interpreted Ltac values.
Dynamic types for toplevel values. While the generic types permit to relate objects at various levels of interpretation, toplevel values are wearing their own type regardless of where they came from. This allows to use the same runtime representation for several generic types.
Retrieve the dynamic type associated to a toplevel genarg.
Register the representation of a generic argument. If no tag is given as argument, a new fresh tag with the same name as the argument is associated to the generic type.
val register_interp0 :
('raw, 'glb, 'top) Genarg.genarg_type ->
('glb, Val.t) interp_fun ->
unit