
1 Using MLWorks interactively
.mlworks in your home directory, and if this exists, evaluates its contents as ML declarations and modifies the context accordingly. You could use this file to pre-load libraries, for instance, so that you do not need to load them by hand at the beginning of each session.MLWorks will print the result of evaluating the contents of the file at the command line where it was invoked:
$ mlworks Use: .mlworks val twice : int -> int = fnHere, the
.mlworks file defines a function twice:
fun twice n = 2 * n;

Generated with Harlequin WebMaker