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
GLinearGhost.dfy(10,7): Error: Assignment to non-ghost variable is not allowed in this context (because this is a ghost method or because the statement is guarded by a specification-only expression)
GLinearGhost.dfy(11,7): Error: Assignment to non-ghost variable is not allowed in this context (because this is a ghost method or because the statement is guarded by a specification-only expression)
GLinearGhost.dfy(13,7): Error: Assignment to non-ghost variable is not allowed in this context (because this is a ghost method or because the statement is guarded by a specification-only expression)
GLinearGhost.dfy(14,7): Error: Assignment to non-ghost variable is not allowed in this context (because this is a ghost method or because the statement is guarded by a specification-only expression)
The text was updated successfully, but these errors were encountered:
glinear updates need to be allowed within ghost contexts:
This should be allowed but currently errors with
The text was updated successfully, but these errors were encountered: