module Main: sig .. end
If this module is present, Process.main () will be invoked.
This module is intended to be present if the system is compiled as
a standalone program. If this module is omitted, the system can be
loaded into the OCaml interpreter, and Process.interact () can be
used to run it.