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
Possible fix for counter-example found on stackless algo
The following term:
/ #f #x /f /f x #A #B #C //B A C
Caused the stackless algorithm to behave incorrectly. It halted
before reducing all active ports. This patch fixes the algorithm
for that specific term, but I'm not sure anymore it works for the
same terms that the stack version does. A test suite is necessary.
0 commit comments