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
Description: unify does not work as specified here
unify
Examples: !(unify a b True False)
!(unify a b True False)
[False]
[]
!(unify a a True False)
[True]
The text was updated successfully, but these errors were encountered:
Workaround for #206 .. to undertand what is wrong see..see this alter…
d714434
…nate way to use unify trueagi-io/hyperon-experimental#805
It should now work as expected.. if you test it and it now works right close the issue
Sorry, something went wrong.
vulecoff
No branches or pull requests
Description:
unify
does not work as specified hereExamples:
!(unify a b True False)
[False]
[]
!(unify a a True False)
[True]
[]
The text was updated successfully, but these errors were encountered: