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
Tweak reachability to only warn after the first reachable case
In the event that the first case is unreachable, the logic descended to
`isSubspace(covered, prevs)` where both are the Empty Space, emitting
warnings. Instead we implement reachability like the Scala 2 compiler
defines it:
// a case is unreachable if it implies its preceding cases
0 commit comments