From 7ffbfdbc774bcac22476cf673f53f9182df2b5f4 Mon Sep 17 00:00:00 2001 From: Costa Vitor Date: Mon, 8 Jun 2009 14:14:26 -0500 Subject: [PATCH] should use use_module, not ensure_loaded. --- library/lists.yap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/lists.yap b/library/lists.yap index 5ae141522..7d77a022d 100644 --- a/library/lists.yap +++ b/library/lists.yap @@ -38,7 +38,7 @@ numlist/3 ]). -:- ensure_loaded(library(error), +:- use_module(library(error), [must_be/2]).