bug#61598: guile 3.0.9 missing module ice-9/readline.scm
The Guile 3.0 manual mentions "(use-modules (ice-9 readline))", but the module appears to be missing from the Guile 3.0.9 source code tarball. I noticed the issue was brought up for version 3.0.9 RC1, but the bug was closed. Has the module been intentionally removed for some reason? I found it useful as it is included with the Guile in the Debian repositories.
bug#61599: regarding "guile 3.0.9 missing module ice-9/readline.scm"
Please disregard my previous bug report: "guile 3.0.9 missing module ice-9/readline.scm". I realized what the problem was afterwards. The module readline.scm is in a separate location in the source tarball and wasn't included with the other ice-9 modules because I forgot to install the readline dev libraries in my latest installation. Sorry about any hassle.