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
Not necessarily for this PR, but you could also try a variant that returns an which returns None instead of false and Some(i) instead of true. Then you should be able to prove as a postcondition that match res { Some(i) => list.get(i) == x; _ => true }.
The text was updated successfully, but these errors were encountered:
From @gsps' review in #42.
The text was updated successfully, but these errors were encountered: