Chapter 5 The standard library
This chapter describes the standard library for the Join-Calculus.
The modules
from the standard library are linked to every executable generated by
the jcc command. In case they contain primitives of Objective Caml,
these primitives will be locally accessible from any runtime.
Unlike the core library, the modules from the standard library are not
automatically ``opened'' when a compilation starts. Hence it is
necessary to use qualified identifiers to refer to the functions
provided by these modules, or to add open directives.