use-modules

[syntax] use-modules spec ...

Guile: Resolve each interface specification spec into an interface and arrange for these to be accessible by the current module.

You can selectively import symbols, and rename imported symbols.

See also symbol-prefix-proc, use-syntax, define-module.

See also require-extension (SRFI-55).