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
is (1) missing the op2 case, (2) is labeled incorrectly (num and if are wrong), and (3) ideally should be defined in the same order as the code that follows (num before var, and the order or rec/lam/app). (3) is a minor stylistic fix, but (1) and (2) are bugs.
I'm having trouble building the paper in order to fix it. When I build using make, I get:
If somebody else can confirm the paper builds for them (after doing a clean), I'll give another go at debugging why my attempt to build is failing, and then push a fix to the BNF if I'm successful.
The text was updated successfully, but these errors were encountered:
is (1) missing the op2 case, (2) is labeled incorrectly (
num
andif
are wrong), and (3) ideally should be defined in the same order as the code that follows (num before var, and the order or rec/lam/app). (3) is a minor stylistic fix, but (1) and (2) are bugs.I'm having trouble building the paper in order to fix it. When I build using
make
, I get:If somebody else can confirm the paper builds for them (after doing a clean), I'll give another go at debugging why my attempt to build is failing, and then push a fix to the BNF if I'm successful.
The text was updated successfully, but these errors were encountered: