bug#49363: eof-object? is not exported from (ice-9 binary-ports)

2021-07-03 Thread Linus Björnstam
Isn't eof-object? available in the default environment? -- Linus Björnstam On Sat, 3 Jul 2021, at 22:24, Maxime Devos wrote: > According to the manual: > > 6.12.2 Binary I/O > - > > [...] >To use these routines, first include the binary I/O module: > > (use-modules

bug#49363: eof-object? is not exported from (ice-9 binary-ports)

2021-07-03 Thread Maxime Devos
According to the manual: 6.12.2 Binary I/O - [...] To use these routines, first include the binary I/O module: (use-modules (ice-9 binary-ports)) [...] The end-of-file object is unlike any other kind of object: it’s not a pair, a symbol, or anything else. To check if