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
Fixes#354.
When checking for unused linear variables, we should look at *all*
variables in scope, not only the ones that were defined in the current
BB
The following program passes the linearity checker even though it shouldn't!
This bug was introduced in #273. Very annoying that we didn't catch this earlier with a test
The text was updated successfully, but these errors were encountered: