Skip to content

Commit

Permalink
Explicitly import library(yall) and library(debug).
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWielemaker committed Jan 22, 2024
1 parent 7138fe4 commit 2c6cd0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jpl.pl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
jpl_set_element/2
]).
:- autoload(library(apply),[maplist/2]).
:- use_module(library(debug),[debugging/1,debug/3]).
:- use_module(library(debug),[assertion/1, debugging/1,debug/3]).
:- use_module(library(yall)).
:- autoload(library(lists),
[member/2,nth0/3,nth1/3,append/3,flatten/2,select/3]).
:- autoload(library(shlib),[load_foreign_library/1]).
Expand Down

0 comments on commit 2c6cd0a

Please sign in to comment.