Consider: ``` ruby always { a = 1 } ``` makes a an untyped constraint variable and just runs the assignment, instead of creating the appropriately typed assignment.