On Fri, May 19, 2017 at 10:48:38PM +0200, lemonboy wrote:
> Hello hackers,
> there's not much more to say.

I'm wondering, is it defined only for fixnums and false, or is it
part of the API that it allows any non-fixnum object?

(fx+? 'hi 'there) => #f

In that case, the type shouldn't be
(fx+? (or fixnum false) (or fixnum false)) => (or fixnum false)
but
(fx+? * *) => (or fixnum false)

Cheers,
Peter

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to