Legend:
Library
Module
Module type
Parameter
Class
Class type
B0 definitions.
B0 definitions are uniquely named OCaml values of different types used for describing software construction. The value names are used for end-user interaction.
B0 definitions occur in various B0 files and libraries during the module initialisation phase of the program consuming the definitions. After the module initialisation phase no new definition is allowed.
This module handle the management of these named values in B0 files and libraries. It provides the infrastructure to track the location of their definition, properly scope the names, check their unicity in the scope, index them and make sure they cannot be defined after the module initialisation phase of the program.
meta is the metadata associated to the definition.
exceptionErrof string
Exception thrown if a definition error occurs. This can be due to
Duplicate name.
Malformed name.
The argument is an error message to print as is. The backtrace should point to the redefinition (it is unfortunately difficult to keep track of the previous definition).