scratch/main> compile myMain myMainFile
$ ucm run.compiled myMainFile.uc
compile myMain myFile
creates a file called myFile.uc
in the directory where the codebase lives from the Unison program myMain
. This file can be run by the UCM when given as an argument to the run.compiled
command line option.