should use use_module, not ensure_loaded.

This commit is contained in:
Costa Vitor 2009-06-08 14:14:26 -05:00
parent 1e55e2f388
commit 7ffbfdbc77

View File

@ -38,7 +38,7 @@
numlist/3 numlist/3
]). ]).
:- ensure_loaded(library(error), :- use_module(library(error),
[must_be/2]). [must_be/2]).