DeclsKinds used in library
type logical_kind = | | IsPrimitive | 
| | IsAssumption of assumption_object_kind | 
| | IsDefinition of definition_object_kind | 
| | IsProof of theorem_kind | 
This module manages non-kernel informations about declarations. It is either non-logical informations or logical informations that have no place to be (yet) in the kernel
Registration and access to the table of variable
val add_variable_data : Names.variable -> variable_data -> unitval variable_secpath : Names.variable -> Libnames.qualidval variable_kind : Names.variable -> logical_kindval variable_opacity : Names.variable -> boolval variable_exists : Names.variable -> bool