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
Closes#357. Now it only fires if the last clause uses `let`, since that probably means the `or` is just serving as a way to get some simple cases out of the way before the main logic of the loop body.
See racket/typed-racket#1400. Perhaps this rule should only fire if the last condition is sufficiently complex and the leading conditions are simple.
The text was updated successfully, but these errors were encountered: