Hi Ian,

Ian Price <ianpric...@googlemail.com> skribis:

> Some manual examples, however, do include imports
> https://www.gnu.org/software/guile/manual/html_node/Hash-Table-Reference.html
> includes srfis 1 and 13.  An example in
> https://www.gnu.org/software/guile/manual/html_node/Dynamic-FFI.html
> includes (rnrs bytevectors).

What I typically do is to add ‘use-modules’ clauses for modules that are
not those being discussed.

So the above example has no (system foreign) import, on the assumption
that it’s implicit in its context, but it has (rnrs bytevectors).

Thanks,
Ludo’.


Reply via email to