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
The lambda.tao test contains the following bit of code:
runner(|| {
chacha::assert_eq(answer,42);// This is pretty lame. I think the extent of the type checking machinery// is going to need to be updated.
answer asint = 69;});
That last line bothers me, as the comment indicates.
The text was updated successfully, but these errors were encountered:
The
lambda.tao
test contains the following bit of code:That last line bothers me, as the comment indicates.
The text was updated successfully, but these errors were encountered: