Did you know ... | Search Documentation: |
Pack dialect-ciao -- prolog/dialect/ciao.pl |
This module sets up support for loading Ciao Prolog modules that start
with a :- module(Name, Exports, Packages)
directive. Upon encountering
this directive, it is rewritten into a SWI-Prolog module declaration,
followed by a series of directives to setup Ciao compatibility.
Typical usage for loading Ciao code is:
:- use_module(library(dialect/ciao)).
The following predicates are exported, but not or incorrectly documented.