This MR introduces a seq
operation on maps, which turns a list x_0; ...; x_n
into a map:
{[ i := x_0; ... i+n := x_n ]}
On top of that, I made various improvements to the already existing seq
operation on sets:
seq_set
into set_seq
. Having _set
as a suffix instead of a prefix is inconsistent, see also #24 (closed).set_solver
support for set_seq
.set_seq
more consistent w.r.t. those for maps.Due to the rename, it is not backwards compatible. I'm happy to fix Iris and friends.