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
It would be helpful to have an explicit exponent operator, in particular to help with verification. The usual syntax for such an operator is x**y. A few points:
Does Boogie support an exponent operator? I'm not sure. Doesn't look like Dafny does.
The text was updated successfully, but these errors were encountered:
(originally suggested by @utting)
It would be helpful to have an explicit exponent operator, in particular to help with verification. The usual syntax for such an operator is
x**y
. A few points:The text was updated successfully, but these errors were encountered: