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
以下のように、ルール文脈によって持ち出すルール中に atomic_ruleset が入っていると非決定モードで segmentation fault が発生することがある。
{{'$callback'(atomic_ruleset,2). a :-b. }}. {@p} :- @p. a.
モジュール内に atomic_ruleset がある場合も同様。
The text was updated successfully, but these errors were encountered:
atomic_ruleset自体が廃止済み機能のためcloseします (see #325)
Sorry, something went wrong.
No branches or pull requests
以下のように、ルール文脈によって持ち出すルール中に atomic_ruleset が入っていると非決定モードで segmentation fault が発生することがある。
モジュール内に atomic_ruleset がある場合も同様。
The text was updated successfully, but these errors were encountered: