Digest #96 2020-02-26
Contributions
The following line:
T{ ( A comment)1234 -> }T
has a typo, the missed stack effect 1234
. It should be:
T{ ( A comment)1234 -> 1234 }T
The following line:
T{ ( A comment)1234 -> }T
has a typo, the missed stack effect 1234
. It should be:
T{ ( A comment)1234 -> 1234 }T