pub broadcast proof fn axiom_seq_update_same<A>(s: Seq<A>, i: int, a: A)
Expand description
requires
0 <= i < s.len(),
ensures
#[trigger] s.update(i, a)[i] == a,