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
isStableMember classified NoSymbol as stable. This meant that
an Application without a symbol was classified as pure in TreeInfo.
This in turn meant that the application could be dropped and replaced
with `Unit` at the end of a block. The (non-)pure application in
the test was an array update.
0 commit comments