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
It seems that ABCL treats the return type fixnum as (values fixnum) despite the slight differences between them, because when I changed it to (values fixnum fixnum), the code worked as expected.
The text was updated successfully, but these errors were encountered:
The following is the code where this issue can occur:
It seems that ABCL treats the return type
fixnum
as(values fixnum)
despite the slight differences between them, because when I changed it to(values fixnum fixnum)
, the code worked as expected.The text was updated successfully, but these errors were encountered: