Zefram <zef...@fysh.org> writes: > The "Integers" node of the guile info document contains this gem (source > in doc/ref/api-data.texi): > > (integer? +inf.0) > => #t > > Actual guile-2.0.9 behaviour: > > scheme@(guile-user)> (integer? +inf.0) > $16 = #f
Fixed in f659df44954a7f182361395396c5e0340b08c7dd on the stable-2.0 branch, which will become Guile 2.0.10. Thanks! Mark