Adding a `(newline)` in this patch.
On Tue, Jan 7, 2025 at 3:23 AM Rob Browning wrote:
>
> Yuval Langer writes:
>
> > diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
> > index d77bc1c90..1373409f0 100644
> > --- a/doc/ref/srfi-modules.texi
> > +++ b/doc/ref/srfi-modules.texi
>
Sorry about the flood. I have added `(newline)`, but the example
output did not have the literal newlines, so in this patch I have
added both the `(newline)` call and the example output newlines.
On Thu, Jan 9, 2025 at 6:01 AM Yuval Langer wrote:
>
> Adding a `(newline)` in this patch.
>
> On T
Guile always compares record instances by their field structure when equal? is
used, including for instances of record types defined by R6RS
define-record-type, as demonstrated here:
$ guile --r6rs
scheme@(guile-user)> (import (rnrs records syntactic))
scheme@(guile-user)> (define-record-type fo