You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but ran into the following error when the test checking transitivity of KBO ran:
Exception: (error "Parse Error: <stdin>:325.73: Invalid kind 'ADD', expected Terms with kind ADD must have at least 2 children and at most 67108863 children (the one under construction has 1)")
Curious if you have any thoughts or ideas!
The text was updated successfully, but these errors were encountered:
I would expect support for other smt solvers to be feasible, but I don't know which SMT solvers it is worth supporting. I have tried at some point LH with other smt solvers, but not rest-rewrite.
Hello!
Is supporting multiple SMT solvers a goal for this project?
I know that Liquid Haskell tries to do so, but (as far as I know) their CI doesn't test with anything other than Z3.
I tried to swap out Z3 for CVC5 via
but ran into the following error when the test checking transitivity of KBO ran:
Exception: (error "Parse Error: <stdin>:325.73: Invalid kind 'ADD', expected Terms with kind ADD must have at least 2 children and at most 67108863 children (the one under construction has 1)")
Curious if you have any thoughts or ideas!
The text was updated successfully, but these errors were encountered: