It seems to me that the standard library interface to int32 numbers lacks a function to test if an abstract is of that kind.
static value int32_p (value v)
{
return (val_is_int32(v))? val_true : val_false;
}
--
Marco Maggi
"Now feel the funk blast!"
Rage Against the Machine - "Calm like a bomb"
--
Neko : One VM to run them all
(http://nekovm.org)
