The compiler Symbolmapstack_Entry api defines access to the contents of one symbol table slot in the compiler.
The Symbolmapstack_Entry api is implemented by the symbolmapstack_entry package.
The Symbolmapstack_Entry api source code is in src/lib/compiler/front/typer-stuff/symbolmapstack/symbolmapstack-entry.api. The above information is manually maintained and may contain errors.
api { Symbolmapstack_Entry = NAMED_API module_level_declarations::Api | NAMED_CONSTRUCTOR type_declaration_types::Valcon | NAMED_FIXITY ?.fixity::Fixity | NAMED_GENERIC module_level_declarations::Generic | NAMED_GENERIC_API module_level_declarations::Generic_Api | NAMED_PACKAGE module_level_declarations::Package | NAMED_TYPE type_declaration_types::Type | NAMED_VARIABLE variables_and_constructors::Variable; greater_than : (((symbol::Symbol , Symbolmapstack_Entry)) , ((symbol::Symbol , Symbolmapstack_Entry))) -> Bool;};