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
ensuresforall i {:trigger i in [Max(xs + ys)]} :: i in xs + ys ==>Max(xs + ys) >= i
In particular, the trigger looks a bit unusual. I would have expected it to be something along the lines {:trigger i in xs + ys}. Is there a specific reason as to why it is the way it is?
I hope this kind of question is fine to ask here as an issue.
The text was updated successfully, but these errors were encountered:
Looking through src/Collections/Sequences/Seq.dfy I noted the following postcondition for
LemmaMaxOfConcat
:In particular, the trigger looks a bit unusual. I would have expected it to be something along the lines
{:trigger i in xs + ys}
. Is there a specific reason as to why it is the way it is?I hope this kind of question is fine to ask here as an issue.
The text was updated successfully, but these errors were encountered: