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
A rudimentary implementation for forall and exists for kani function contracts. They are implemented as higher-order builtins, which compile to __CPROVER_forall and __CPROVER_exists respectively.
The text was updated successfully, but these errors were encountered:
A rudimentary implementation for
forall
andexists
for kani function contracts. They are implemented as higher-order builtins, which compile to__CPROVER_forall
and__CPROVER_exists
respectively.The text was updated successfully, but these errors were encountered: