From e9712bc9abe94287871d7030a6aaa9d866c36392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Fri, 26 Feb 2016 17:41:55 +0000 Subject: [PATCH] we own bootlist --- library/lists.yap | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/lists.yap b/library/lists.yap index 5065b90bf..e84945bfa 100644 --- a/library/lists.yap +++ b/library/lists.yap @@ -47,6 +47,11 @@ sumlist/2 ]). +:- if( source_module(prolog) ). + +:- reconsult(bootlists). + +:- endif. /** @defgroup lists List Manipulation @ingroup library