Skip to content
New issue

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

Trying to get my code to run in ML #255

Open
rTreutlein opened this issue Feb 19, 2025 · 1 comment
Open

Trying to get my code to run in ML #255

rTreutlein opened this issue Feb 19, 2025 · 1 comment

Comments

@rTreutlein
Copy link

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

TeamSPoon added a commit to logicmoo/metta-testsuite that referenced this issue Feb 19, 2025
TeamSPoon added a commit to logicmoo/metta-testsuite that referenced this issue Feb 19, 2025
@TeamSPoon
Copy link
Collaborator

TeamSPoon commented Feb 20, 2025

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)]

TeamSPoon added a commit to logicmoo/metta-testsuite that referenced this issue Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants