mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-17 23:05:21 +00:00
no_builtin.nl which is an empty module for use with that option. Note that `mercury_compile -g -b no_builtin some_simple_file' should now work if the file `some_simple_file.nl' contains a sufficiently simple program, like the one in my email.
6 lines
187 B
Mathematica
6 lines
187 B
Mathematica
% This module is intented to be used with mercury_compile's
|
|
% `--builtin-module' option to suppress automatic importation of
|
|
% the normal mercury_builtin module.
|
|
|
|
:- module no_builtin.
|