Digest #96 2020-02-26

Contributions

[132] 2020-02-25 23:15:38 ruv wrote:

comment - "(" typo in a testcase

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