Enabling operators at run-time
Author(s): Daniel Cabeza.
This library package allows the use of the statically defined operators of a module for the reading performed at run-time by the program that uses the module. Simply by using this package the operator definitions appearing in the module are enabled during the execution of the program.
Usage and interface
- Library usage:
:- use_package(runtime_ops). or :- module(...,...,[runtime_ops]). - Imports:
- System library modules:
operators. - Packages:
prelude, nonpure, assertions.
- System library modules: