/usr/lib/swipl/library/ext/pengines/pengines_sandbox.pl
All Application Manual Name SummaryHelp

  • ext
    • pengines
      • pengines.pl
      • pengines_io.pl
      • pengines_sandbox.pl -- Declare Pengine interaction sandbox-safe
        • safe_primitive/1
        • safe_meta/2
      • term_to_json.pl
 sandbox:safe_primitive(+Goal) is semidet[multifile, library(pengines_sandbox)]
Declare the core pengine operations as safe. If we are talking about local pengines, their safety is guaranteed by the sandboxing done for all pengines.
To be done
- If at some point we allow for `unsafe' pengines, we must reconsider this.