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
To reproduce the crash:
Checkout anoma-app-patterns at the following commit:
anoma/anoma-applib@934a652
Run:
juvix compile anoma --debug Token/Tests/AnomaNode/Step2_InitializeToken.juvix
Error:
/<tree>:1:1: error: not unifiable: (*, *) → bool, * → bool
The text was updated successfully, but these errors were encountered:
Fix JuvixTree unification (#3087)
7760267
* Closes #3016 * Fixes the `curryType` function * Changes the behaviour of `unifyTypes` and `isSubtype` to always curry first
lukaszcz
Successfully merging a pull request may close this issue.
To reproduce the crash:
Checkout anoma-app-patterns at the following commit:
anoma/anoma-applib@934a652
Run:
Error:
The text was updated successfully, but these errors were encountered: