bundle.pl -- Import bundles
This module provides an interface that is similar to the Ciao package interface. Bundles are Prolog files that are included. Typically, they contain multiple use_module/1 calls.
At least for now, the system has been named bundle because the name package is already used as a package of software.
- use_bundle(+Term)
- Include a bundle of declarations. Typically, these declarations
are a set of :-
use_module(Library)
. calls.