| Coercion being a popular topic these days, I spotted this yesterday - arc> (coerce 0 'num)
Error: "Can't coerce 0 num"
arc> (coerce 1 'num)
Error: "Can't coerce 1 num"
In the particular case I'm dealing with, it's easy to work around, but I imagine this isn't the intended behaviour. |