quint icon indicating copy to clipboard operation
quint copied to clipboard

Make `orKeep` and `mustChange` take its state variables as heterogeneous variadic args

Open shonfeder opened this issue 2 years ago • 0 comments

Currently they are typed as taking a free variable, and documented as taking a set, but as per our meeting today we think it'll be most ergonomic and consistent to take the state vars as heterogeneous variadic args. E.g., orKeep(P, a, b, c).

shonfeder avatar Feb 16 '23 03:02 shonfeder