MrLib

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

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

   (require (lib "libname" "mrlib"))

For example, to use the graph.ss library:

   (require (lib "graph.ss" "mrlib"))

The MrLib collection provides the following libraries: