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
Is this really an issue though? always expects a block that represents a constraint, so the expression should evaluate to a boolean, and also be side-effect-free (or the side effects are benign). a=1 doesn't meet these restrictions, so always { a = 1 } isn't well formed.
Consider:
makes a an untyped constraint variable and just runs the assignment, instead of creating the appropriately typed assignment.
The text was updated successfully, but these errors were encountered: