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
{{ message }}
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.
Whenever one wants to prove a spec A that calls another spec B, one has to manually:
klab prove --dump B_pass_rough
klab get-gas B_pass_rough
klab build
klab prove B_pass
This has to be repeated for each called spec. This is n o t f u n.
It would be nice if klab-prove could automate all of these steps, something like
klab prove --recurse A
I guess there are some facilities for this in prove-all, since it takes care of all the steps listed above, so the matter is just making them available more modularly.
The text was updated successfully, but these errors were encountered:
Whenever one wants to prove a spec A that
calls
another spec B, one has to manually:klab prove --dump B_pass_rough
klab get-gas B_pass_rough
klab build
klab prove B_pass
This has to be repeated for each called spec. This is
n o t f u n
.It would be nice if
klab-prove
could automate all of these steps, something likeI guess there are some facilities for this in
prove-all
, since it takes care of all the steps listed above, so the matter is just making them available more modularly.The text was updated successfully, but these errors were encountered: