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
eye-js should support the same libraries as eye. In order to test that, each of the following swipl queries should return true:
true
use_module(library(lists)).
use_module(library(gensym)).
use_module(library(system)).
use_module(library(terms)).
use_module(library(url)).
use_module(library(charsio)).
use_module(library(qsave)).
use_module(library(base64)).
use_module(library(date)).
use_module(library(prolog_jiti)).
use_module(library(sha)).
use_module(library(dif)).
use_module(library(semweb/turtle)).
use_module(library(pcre)).
use_module(library(uuid)).
use_module(library(http/http_open)).
gmp or a gmp alternative can be tested via the following query
?- X is 555555555555555555555555555555555555555555555555555555. X = 555555555555555555555555555555555555555555555555555555.
The text was updated successfully, but these errors were encountered:
For my own reference; the arr of modules to test for
const packages = [ 'lists', 'gensym', 'system', 'terms', 'url', 'charsio', 'qsave', 'base64', 'date', 'prolog_jiti', 'sha', 'dif', 'semweb/turtle', 'pcre', 'uuid', 'http/http_open', ]
Sorry, something went wrong.
No branches or pull requests
eye-js should support the same libraries as eye.
In order to test that, each of the following swipl queries should return
true
:gmp or a gmp alternative can be tested via the following query
The text was updated successfully, but these errors were encountered: