Library Paths for Ciao Bundles
Author(s): The CLIP Group.
This package setups the file search path and library aliases to access all the available Ciao bundles.
Usage and interface
- Library usage:
:- use_package(ciaopaths). or :- module(...,...,[ciaopaths]). - New operators defined:
-->/2 [1200,xfx], |/2 [1100,xfy]. - Imports:
- System library modules:
aggregates, dynamic, iso_misc, iso_byte_char, iso_incomplete, operators, read, write, terms_check, terms_vars, cyclic_terms. - Packages:
prelude, nonpure, assertions, iso, dcg.
- System library modules:
Known bugs and planned improvements
- The package is disabled by default for efficiency reasons (forces many dependencies on minimal programs). Nevertheless, a lighter implementation could be enabled by default for the 'ciao' dialect in the near future (and make the package disappear).