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
I'm not sure if this is a bug in the code for predicate-arity or a result of some strange definitions somewhere.
predicate-arity
Calling predicate-arity on some built-ins yields strange results, for example:
metta+>!(predicate-arity eval) [2, 1, 6, 4, 3, 2, 6, 4] metta+>!(predicate-arity chain) [4, 2]
I would expect to see
metta+>!(predicate-arity eval) [2] metta+>!(predicate-arity chain) [4]
The text was updated successfully, but these errors were encountered:
Very important to read about the changes of expected behaviour in #177
Sorry, something went wrong.
No branches or pull requests
I'm not sure if this is a bug in the code for
predicate-arity
or a result of some strange definitions somewhere.Calling
predicate-arity
on some built-ins yields strange results, for example:I would expect to see
The text was updated successfully, but these errors were encountered: