/usr/lib/mlton/sml/mlrisc-lib/autoload.sml is in mlton-basis 20130715-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | (*
* Make Compiler.version visible, so that we can decide what to do.
* Unfortunately, how to do this is completely version specific,
* so we have to try a few alternatives.
*)
CM.autoload "$smlnj/compiler.cm" handle _ => false;
CM.autoload "host-compiler.cm" handle _ => false;
|