ISO-Prolog package
Author(s): The CLIP Group.
This library package allows the use of the ISO-Prolog predicates in Ciao programs. The compatibility is not at 100% yet.
Usage and interface
- Library usage:
:- use_package(iso). or :- module(...,...,[iso]). - 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, dcg.
- System library modules: