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
Before it was using the index operator. However, since there is no
initialisation, this caused an error if there was unreachable code in
the goto model. This can be fixed by simply using abstract_state_before
which will always return a valid domain state (bottom for unreachable
code) instead.
0 commit comments