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

unify does not return appropriate result #206

Open
vulecoff opened this issue Dec 2, 2024 · 2 comments
Open

unify does not return appropriate result #206

vulecoff opened this issue Dec 2, 2024 · 2 comments
Assignees
Labels
bug Issues that represent errors in the code MeTTa Language Problem

Comments

@vulecoff
Copy link
Contributor

vulecoff commented Dec 2, 2024

Description: unify does not work as specified here

Examples:
!(unify a b True False)

  • Expected: [False]
  • Actual: []

!(unify a a True False)

  • Expected: [True]
  • Actual: []
@TeamSPoon
Copy link
Collaborator

TeamSPoon commented Dec 11, 2024

It should now work as expected..
if you test it and it now works right close the issue

@vulecoff
Copy link
Contributor Author

vulecoff commented Dec 16, 2024

This no longer works in the latest commits. It's likely due to the is_metta_space/1 predicate @TeamSPoon

image

@TeamSPoon TeamSPoon added bug Issues that represent errors in the code and removed Implemented-AwaitsTest labels Dec 17, 2024
@TeamSPoon TeamSPoon self-assigned this Dec 17, 2024
TeamSPoon added a commit to logicmoo/metta-testsuite that referenced this issue Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that represent errors in the code MeTTa Language Problem
Projects
None yet
Development

No branches or pull requests

2 participants