How to Run Programs

CM.Make "sandbox.cm";
open Sandbox;
McssBrute.brutemcss (Seq.fromList [1, 2, 3]);

The first command is to compile The second is to open the struct so that you don't need to call function with Sandbox.[function]. The third is to run

Or you can do sml -m "sandbox.cm"

Table of Content