How to turn on recommends checking in proof code?
#731
HaoYang670
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hi @HaoYang670. This is (currently) by design: we only automatically run recommends checks on failing proofs, and there isn't, currently, a way to always enable recommends checks for non- For context: we are considering some changes to the recommends mechanism: for example, we will likely enable it by default for Can you elaborate on why you would want to check the recommends in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This code could be verified. But the recommandation isn't met (
0 <= x < s.len() && 0 <= y < s.len()). Is there a way to turn on the recommands,, likespec(checked)?Beta Was this translation helpful? Give feedback.
All reactions