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 · 1 comment
Open

unify does not return appropriate result #206

vulecoff opened this issue Dec 2, 2024 · 1 comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants