We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On https://swish.swi-prolog.org
This
:- use_module(library(clpr)). mySum(X,Y,S):-{S = X + Y}. ?-mySum(3,2,Z).
Returns the error
No permission to call sandboxed `source_location(_2288,_2290)' Reachable from: system:'$assert_load_context_module'(A,B,C) system:'$load_file'(A,B,C) system:'$load_files'(A,B,C) load_files(A,B)
Not sure if this is intended...
The text was updated successfully, but these errors were encountered:
Seems to be the same issue as this one.
Sorry, something went wrong.
No branches or pull requests
On https://swish.swi-prolog.org
This
Returns the error
Not sure if this is intended...
The text was updated successfully, but these errors were encountered: