Add a missing import of module `list'. Previous versions

Estimated hours taken: 0.5

samples/c_interface/cplusplus_calls_mercury/mercury_lib.m:
	Add a missing import of module `list'.  Previous versions
	of the Mercury compiler didn't detect this error.
This commit is contained in:
Fergus Henderson
1999-12-13 12:54:20 +00:00
parent d7c31b4bfe
commit 36c651a26d

View File

@@ -21,7 +21,7 @@
%-----------------------------------------------------------------------------%
:- implementation.
:- import_module std_util, int.
:- import_module std_util, int, list.
% well, this is just a silly example...
foo(42).