MzLib

The MzLib collection consists of several libraries, each of which provides a set of procedures and syntax.

To use a MzLib library, either at the top-level or within a module, import it with

   (require (lib libname))

For example, to use the list.ss library:

   (require (lib "list.ss"))

The MzLib collection provides the following libraries: