This library package allows the use of pure Prolog in a Ciao module/program. When using this package the default prelude is not included and many of the engine modules are not imported.
Usage and interface
Library usage: :- use_package(pure).
or
:- module(...,...,[pure]).