Replies: 1 comment
-
Thank you for reporting. Could you tell us the paper you are referring to? Ciao predicate abstractions (like
The code above works as follows:
Actually this is a limitation of the pred abstractions that we'd like to fix (e.g., by turning |
Beta Was this translation helpful? Give feedback.
-
What is the current syntax for recursive predicate abstractions?
test(X) :- P=( _(X):- X = 1 ),P(Y),print(Y).
This works fine.
Even a syntax closer to the one in the paper doesn't seem to, I've tried it mostly in the webassembly app and it hangs (should this be moved to issues)?
Beta Was this translation helpful? Give feedback.
All reactions