Skip to content

Commit

Permalink
Fix existence_error, re issue #352
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Sep 28, 2023
1 parent 137be97 commit 94eb8ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/builtins.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:- pragma(builtins, [once]).

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
resource_error(Resource, Context) :-
throw(error(resource_error(Resource), Context)).

predicate_property(P, A) :-
nonvar(P), atom(A), !,
Expand Down

0 comments on commit 94eb8ef

Please sign in to comment.