should use use_module, not ensure_loaded.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
numlist/3
|
||||
]).
|
||||
|
||||
:- ensure_loaded(library(error),
|
||||
:- use_module(library(error),
|
||||
[must_be/2]).
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user