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
The following file passes all test using HE but fails with ML (note you will need the whole folder to get it to run) https://github.com/rTreutlein/chaining/blob/argset-chaining/experimental/argset-chaining/chainer.metta
The text was updated successfully, but these errors were encountered:
Added time function as spotted in trueagi-io/metta-wam#255
time
3acc41d
Required tests for trueagi-io/metta-wam#255
a3ea29a
H-E
> !(unique-atom ($a $a $b $b)) [($a)] > !(unique-atom ($a $a $b 2 3)) [($a)] > !(unique-atom (3 2 $a $a $b)) [(3 2)]
M-E
> !(unique-atom ($a $a $b $b)) [($a $b)] > !(unique-atom ($a $a $b 2 3)) [($a $b 2 3)] >!(unique-atom (3 2 $a $a $b)) [(3 2 $a $b)]
Sorry, something went wrong.
ed24d82
No branches or pull requests
The following file passes all test using HE but fails with ML (note you will need the whole folder to get it to run)
https://github.com/rTreutlein/chaining/blob/argset-chaining/experimental/argset-chaining/chainer.metta
The text was updated successfully, but these errors were encountered: