Hi Archisman,<br><br><div class="gmail_quote">On Tue, Oct 9, 2012 at 8:34 PM, archisman rudra <span dir="ltr"><<a href="mailto:archi.rudra@gmail.com" target="_blank">archi.rudra@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Is this correct behavior?</div><div><br></div><div>CL-USER(17): (type-of 1234567898723618080928927362387)</div><div>(INTEGER <a href="tel:2147483648" value="+12147483648" target="_blank">2147483648</a>)</div><div><br>
</div></blockquote><div><br></div><div>Yes: BIGNUM is defined as "INTEGER, but not FIXNUM". (INTEGER 2147483648) is much more restrictive than BIGNUM: it disallows all negative values which are part of the BIGNUM definition.</div>
<div><br></div><div>HTH,</div><div><br></div><div>Erik.</div></div>