@ciao-lang/ts-ciao-interface
Version:
Simple Ciao interface for node.
87 lines • 26.7 kB
HTML
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="theme-color" content="#273f79"/><link rel="stylesheet" href="lpdoc.css" type="text/css"/><script type="text/javascript" src="lpdoc.js"></script><title>Analyze driver (monolithic) — The CiaoPP Program Processor v1.5</title></head><body><div class="lpdoc-page fixleftbar"><a href="#" id="sidebar-toggle-button" class="lpdoc-navbutton"><span id="sidebar-button-arrow">☰</span></a><div id="sidebar" class="lpdoc-sidebar"><div style="height: 40px; margin-left: auto; margin-right: auto"><img src="ciao-logo_autofig.png" width=auto height=100%></div><div class="lpdoc-nav"><span class="lpdoc-on-right"><a class="lpdoc-navbutton" href="part_internals.html">↑</a><a class="lpdoc-navbutton" href="raw_printer.html">←</a><a class="lpdoc-navbutton" href="transform_driver.html">→</a><a class="lpdoc-navbutton" href="ciaopp_ref_mansearch.html">🔍</a></span><span><a href="ciaopp_ref_manfulltoc.html">TOC</a></span></div><hr></hr><ul class="lpdoc-itemize-sectpath"><li><a href="ciaopp_ref_man.html">The CiaoPP Program Processor</a> »<br/> </li><li><a href="part_internals.html">PART IV - CiaoPP Internals</a> »<br/> </li><li><a href=""><strong>Analyze driver (monolithic)</strong></a></li></ul><hr></hr><em>ON THIS PAGE</em><ul><li><a href="#Adding new analyses">Adding new analyses</a></li><li><a href="#Usage and interface">Usage and interface</a></li><li><a href="#Documentation on exports">Documentation on exports</a></li><li><a href="#Documentation on multifiles">Documentation on multifiles</a></li><li><a href="#Documentation on imports">Documentation on imports</a></li></ul></div><div class="lpdoc-main"><div id=""><h1>Analyze driver (monolithic)</h1><a class="lpdoc-idx-anchor" href="ciaopp_ref_mansearch.html#analyze_driver"></a>
This module provides the main entry points for performing analysis and assertion checking. It requires loading the program before (e.g., with <a class="lpdoc-idx-anchor" id="0" href="frontend_driver.html"><tt>frontend_driver</tt></a>).<p><div id="Adding new analyses"><h2>Adding new analyses</h2> <p>To include a new analysis, add a clause for <tt>analyze/2</tt> (and for <tt>analysis/1</tt>).<p>As an alternative, you can add clauses for the multifile predicates <tt>analysis/4</tt> and <tt>analysis/1</tt>, directly in your own sources.<p>See the file <tt>examples/Extending/myanalyzer.pl</tt> in the source directory for an example of this. </div><br/><div id="Usage and interface"><h2>Usage and interface</h2><div class="lpdoc-cartouche"><ul><li><strong>Library usage:</strong><br/><tt>:- use_module(ciaopp(analyze_driver))</tt>. This module is loaded by default in the CiaoPP toplevel and reexported from the <a class="lpdoc-idx-anchor" id="1" href="ciaopp.html"><tt>ciaopp</tt></a> module.<li><strong>Exports:</strong><br/><ul class="lpdoc-itemize-minus"><li><em>Predicates:</em><br/><a class="lpdoc-idx-anchor" id="2" href="#assert_domain/1"><tt>assert_domain/1</tt></a>, <a class="lpdoc-idx-anchor" id="3" href="#last_domain_used/1"><tt>last_domain_used/1</tt></a>, <a class="lpdoc-idx-anchor" id="4" href="ciaopp.html#analyze/1"><tt>analyze/1</tt></a>, <a class="lpdoc-idx-anchor" id="5" href="#analyze/2"><tt>analyze/2</tt></a>, <a class="lpdoc-idx-anchor" id="6" href="#analyze1/2"><tt>analyze1/2</tt></a>, <a class="lpdoc-idx-anchor" id="7" href="#acheck_summary/1"><tt>acheck_summary/1</tt></a>, <a class="lpdoc-idx-anchor" id="8" href="#acheck_summary/2"><tt>acheck_summary/2</tt></a>, <a class="lpdoc-idx-anchor" id="9" href="#get_assert_count/1"><tt>get_assert_count/1</tt></a>, <a class="lpdoc-idx-anchor" id="10" href="ciaopp.html#acheck/0"><tt>acheck/0</tt></a>, <a class="lpdoc-idx-anchor" id="11" href="#acheck/1"><tt>acheck/1</tt></a>, <a class="lpdoc-idx-anchor" id="12" href="#acheck/2"><tt>acheck/2</tt></a>, <a class="lpdoc-idx-anchor" id="13" href="#clean_analysis_info/0"><tt>clean_analysis_info/0</tt></a>, <a class="lpdoc-idx-anchor" id="14" href="#clean_analysis_info0/0"><tt>clean_analysis_info0/0</tt></a>, <a class="lpdoc-idx-anchor" id="15" href="#cleanup_for_codegen/0"><tt>cleanup_for_codegen/0</tt></a>.
<li><em>Regular Types:</em><br/><a class="lpdoc-idx-anchor" id="16" href="#ctcheck_sum/1"><tt>ctcheck_sum/1</tt></a>.
<li><em>Multifiles:</em><br/><a class="lpdoc-idx-anchor" id="17" href="#lazy_analysis/1"><tt>lazy_analysis/1</tt></a>, <a class="lpdoc-idx-anchor" id="18" href="#analysis_module/2"><tt>analysis_module/2</tt></a>, <a class="lpdoc-idx-anchor" id="19" href="#loaded_analysis/1"><tt>loaded_analysis/1</tt></a>, <a class="lpdoc-idx-anchor" id="20" href="#analysis/4"><tt>analysis/4</tt></a>, <a class="lpdoc-idx-anchor" id="21" href="ciaopp.html#analysis/1"><tt>analysis/1</tt></a>, <a class="lpdoc-idx-anchor" id="22" href="auto_interface.html#aidomain/1"><tt>aidomain/1</tt></a>.
</ul></ul></div></div><div id="Documentation on exports"><h2>Documentation on exports</h2><div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="assert_domain/1" href="ciaopp_ref_mansearch.html#assert_domain/1">assert_domain/1</a></div><div class="lpdoc-deftext">No further documentation available for this predicate.</div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="last_domain_used/1" href="ciaopp_ref_mansearch.html#last_domain_used/1">last_domain_used/1</a></div><div class="lpdoc-deftext">No further documentation available for this predicate.</div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="analyze/1" href="ciaopp_ref_mansearch.html#analyze/1">analyze/1</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>analyze(Analysis)</tt>
</span><p>Analyzes the current module with <span class="lpdoc-var">Analysis</span>. If the intermod flag is not off, this predicate may call <a class="lpdoc-idx-anchor" id="23" href="ciaopp.html#module/1"><tt>module/1</tt></a>.</p><ul class="lpdoc-itemize-minus"><li><em>The following properties should hold at call time:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="24" href="ciaopp_ref_mansearch.html#nonvar/1"><tt>nonvar/1</tt></a>)</span><span><span class="lpdoc-var">Analysis</span> is currently a term which is not a free variable.
</span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="25" href="ciaopp.html#analysis/1"><tt>analysis/1</tt></a>)</span><span><span class="lpdoc-var">Analysis</span> is a valid analysis identifier.
</span>
<li><em>The following properties should hold globally:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="26" href="native_props_nfdet_doc.html#not_fails/1"><tt>not_fails/1</tt></a>)</span><span>All the calls of the form <span class="lpdoc-var">analyze(Analysis)</span> do not fail.
</span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="27" href="native_props_nfdet_doc.html#no_choicepoints/1"><tt>no_choicepoints/1</tt></a>)</span><span>A call to <span class="lpdoc-var">analyze(Analysis)</span> does not leave new choicepoints.
</span>
</ul></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="analyze/2" href="ciaopp_ref_mansearch.html#analyze/2">analyze/2</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>analyze(Analysis,Info)</tt>
</span><p>Same as analyze(<span class="lpdoc-var">Analysis</span>) but in <span class="lpdoc-var">Info</span> returns statistics (time and memory).</p><ul class="lpdoc-itemize-minus"><li><em>The following properties should hold at call time:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="28" href="ciaopp_ref_mansearch.html#nonvar/1"><tt>nonvar/1</tt></a>)</span><span><span class="lpdoc-var">Analysis</span> is currently a term which is not a free variable.
</span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="29" href="ciaopp_ref_mansearch.html#var/1"><tt>var/1</tt></a>)</span><span><span class="lpdoc-var">Info</span> is a free variable.
</span>
</ul></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="analyze1/2" href="ciaopp_ref_mansearch.html#analyze1/2">analyze1/2</a></div><div class="lpdoc-deftext">No further documentation available for this predicate.</div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">REGTYPE</span><a class="lpdoc-idx-anchor" id="ctcheck_sum/1" href="ciaopp_ref_mansearch.html#ctcheck_sum/1">ctcheck_sum/1</a></div><div class="lpdoc-deftext">A regular type, defined as follows:<pre class="lpdoc-codeblock">ctcheck_sum(ok).
ctcheck_sum(warning).
ctcheck_sum(error).
</pre> </div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="acheck_summary/1" href="ciaopp_ref_mansearch.html#acheck_summary/1">acheck_summary/1</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>acheck_summary(S)</tt>
</span><p>Checks assertions w.r.t. analysis information. Upon success <span class="lpdoc-var">S</span> is bound to: ok (the compile-time checking process has generated no error nor warning), warning (compile-time checking has not generated any error, but there has been at least one warning) or error (at least one error has been produced).</p><ul class="lpdoc-itemize-minus"><li><em>The following properties should hold at call time:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="30" href="ciaopp_ref_mansearch.html#var/1"><tt>var/1</tt></a>)</span><span><span class="lpdoc-var">S</span> is a free variable.
</span>
<li><em>The following properties should hold upon exit:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="32" href="#ctcheck_sum/1"><tt>ctcheck_sum/1</tt></a>)</span><span><a class="lpdoc-idx-anchor" id="31" href="ciaopp_ref_mansearch.html#ctcheck_sum(S)"><tt>ctcheck_sum(S)</tt></a>
</span>
</ul></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="acheck_summary/2" href="ciaopp_ref_mansearch.html#acheck_summary/2">acheck_summary/2</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>acheck_summary(Info,S)</tt>
</span><p>Same as acheck_summary(<span class="lpdoc-var">S</span>) but in <span class="lpdoc-var">Info</span> returns assertion checking statistics.</p><ul class="lpdoc-itemize-minus"><li><em>The following properties should hold at call time:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="33" href="ciaopp_ref_mansearch.html#var/1"><tt>var/1</tt></a>)</span><span><span class="lpdoc-var">Info</span> is a free variable.
</span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="34" href="ciaopp_ref_mansearch.html#var/1"><tt>var/1</tt></a>)</span><span><span class="lpdoc-var">S</span> is a free variable.
</span>
</ul></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="get_assert_count/1" href="ciaopp_ref_mansearch.html#get_assert_count/1">get_assert_count/1</a></div><div class="lpdoc-deftext">No further documentation available for this predicate.</div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="acheck/0" href="ciaopp_ref_mansearch.html#acheck/0">acheck/0</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><p>Checks assertions w.r.t. analysis information, obtains from <a class="lpdoc-idx-anchor" id="35" href="ciaopp_ref_mansearch.html#domain/1"><tt>domain/1</tt></a> which analyses were run.</p><ul class="lpdoc-itemize-minus"></ul></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="acheck/1" href="ciaopp_ref_mansearch.html#acheck/1">acheck/1</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>acheck(AbsInt)</tt>
</span><p>Checks assertions using the analysis information of <span class="lpdoc-var">AbsInt</span>. The analysis must be present in CiaoPP (via analysis or restore dump).</p><ul class="lpdoc-itemize-minus"></ul></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="acheck/2" href="ciaopp_ref_mansearch.html#acheck/2">acheck/2</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage 1:</span><span class="lpdoc-usage-decl"><tt>acheck(AbsInt,ModList)</tt>
</span><p></p><ul class="lpdoc-itemize-minus"><li><em>The following properties should hold at call time:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="36" href="ciaopp_ref_mansearch.html#nonvar/1"><tt>nonvar/1</tt></a>)</span><span><span class="lpdoc-var">AbsInt</span> is currently a term which is not a free variable.
</span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="37" href="ciaopp_ref_mansearch.html#nonvar/1"><tt>nonvar/1</tt></a>)</span><span><span class="lpdoc-var">ModList</span> is currently a term which is not a free variable.
</span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="38" href="basic_props.html#list/2"><tt>list/2</tt></a>)</span><span><span class="lpdoc-var">AbsInt</span> is a list of <span class="lpdoc-var">atm</span>s.
</span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="39" href="basic_props.html#list/2"><tt>list/2</tt></a>)</span><span><span class="lpdoc-var">ModList</span> is a list of <span class="lpdoc-var">atm</span>s.
</span>
</ul><p><span class="lpdoc-usage-header">Usage 2:</span><span class="lpdoc-usage-decl"><tt>acheck(AbsInt,MaybeModList)</tt>
</span><p>If <span class="lpdoc-var">MaybeModList</span> is the atom <tt>all</tt>, all modules in the current punit are considered. If it is a list of <strong>module names</strong>, only the assertions or predicates in those modules are checked.</p><ul class="lpdoc-itemize-minus"><li><em>The following properties should hold at call time:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="40" href="ciaopp_ref_mansearch.html#nonvar/1"><tt>nonvar/1</tt></a>)</span><span><span class="lpdoc-var">AbsInt</span> is currently a term which is not a free variable.
</span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="41" href="ciaopp_ref_mansearch.html#nonvar/1"><tt>nonvar/1</tt></a>)</span><span><span class="lpdoc-var">MaybeModList</span> is currently a term which is not a free variable.
</span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="42" href="basic_props.html#list/2"><tt>list/2</tt></a>)</span><span><span class="lpdoc-var">AbsInt</span> is a list of <span class="lpdoc-var">atm</span>s.
</span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="43" href="basic_props.html#atm/1"><tt>atm/1</tt></a>)</span><span><span class="lpdoc-var">MaybeModList</span> is an atom.
</span>
</ul></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="clean_analysis_info/0" href="ciaopp_ref_mansearch.html#clean_analysis_info/0">clean_analysis_info/0</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><p>Cleans all analysis info but keep the program as wether it would be just read.</p><ul class="lpdoc-itemize-minus"></ul></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="clean_analysis_info0/0" href="ciaopp_ref_mansearch.html#clean_analysis_info0/0">clean_analysis_info0/0</a></div><div class="lpdoc-deftext">No further documentation available for this predicate.</div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="cleanup_for_codegen/0" href="ciaopp_ref_mansearch.html#cleanup_for_codegen/0">cleanup_for_codegen/0</a></div><div class="lpdoc-deftext">No further documentation available for this predicate.</div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="trace_fixp/1" href="ciaopp_ref_mansearch.html#trace_fixp/1">trace_fixp/1</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage 1:</span><span class="lpdoc-usage-decl"><tt>trace_fixp(X)</tt>
</span><p>Mode for setting the current flag to a single value.</p><ul class="lpdoc-itemize-minus"><li><em>The following properties should hold at call time:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="45" href="trace_fixp.html#trace_option/1"><tt>trace_option/1</tt></a>)</span><span><a class="lpdoc-idx-anchor" id="44" href="ciaopp_ref_mansearch.html#trace_option(X)"><tt>trace_option(X)</tt></a>
</span>
<li><em>The following properties should hold globally:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="46" href="basic_props.html#not_further_inst/2"><tt>not_further_inst/2</tt></a>)</span><span><span class="lpdoc-var">X</span> is not further instantiated.
</span>
</ul><p><span class="lpdoc-usage-header">Usage 2:</span><span class="lpdoc-usage-decl"><tt>trace_fixp(X)</tt>
</span><p>Mode for setting the current flag to several values.</p><ul class="lpdoc-itemize-minus"><li><em>The following properties should hold at call time:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="47" href="basic_props.html#list/2"><tt>list/2</tt></a>)</span><span><span class="lpdoc-var">X</span> is a list of <span class="lpdoc-var">trace_option</span>s.
</span>
<li><em>The following properties should hold globally:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="48" href="basic_props.html#not_further_inst/2"><tt>not_further_inst/2</tt></a>)</span><span><span class="lpdoc-var">X</span> is not further instantiated.
</span>
</ul></div></div><p>
</div><div id="Documentation on multifiles"><h2>Documentation on multifiles</h2><div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="lazy_analysis/1" href="ciaopp_ref_mansearch.html#lazy_analysis/1">lazy_analysis/1</a></div><div class="lpdoc-deftext">Specifies an analysis that can be lazy loaded
The predicate is <em>multifile</em>.<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="analysis_module/2" href="ciaopp_ref_mansearch.html#analysis_module/2">analysis_module/2</a></div><div class="lpdoc-deftext">Given an analysis, returns the module that contains the implementation (or entry point) of a lazy loadable analysis. Such module must implement the analysis/4 multifile clause.
The predicate is <em>multifile</em>.<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="loaded_analysis/1" href="ciaopp_ref_mansearch.html#loaded_analysis/1">loaded_analysis/1</a></div><div class="lpdoc-deftext">Helps to determine if an analysis was already loaded. Must be defined in the same module specified by analysis_module/2.
The predicate is <em>multifile</em>.<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="analysis/4" href="ciaopp_ref_mansearch.html#analysis/4">analysis/4</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>analysis(Analysis,Clauses,Dictionaries,Info)</tt>
</span><p>Performs <span class="lpdoc-var">Analysis</span> on program <span class="lpdoc-var">Clauses</span>.</p><ul class="lpdoc-itemize-minus"><li><em>The following properties should hold at call time:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="49" href="ciaopp.html#analysis/1"><tt>analysis/1</tt></a>)</span><span><span class="lpdoc-var">Analysis</span> is a valid analysis identifier.
</span>
</ul>
The predicate is <em>multifile</em>.<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PROPERTY</span><a class="lpdoc-idx-anchor" id="analysis/1" href="ciaopp_ref_mansearch.html#analysis/1">analysis/1</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>analysis(Analysis)</tt>
</span><p><span class="lpdoc-var">Analysis</span> is a valid analysis identifier.</p><ul class="lpdoc-itemize-minus"></ul>
The predicate is <em>multifile</em>.<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="aidomain/1" href="ciaopp_ref_mansearch.html#aidomain/1">aidomain/1</a></div><div class="lpdoc-deftext">See the chapter on <tt>domains</tt>.
The predicate is <em>multifile</em>.<br/></div></div><p>
</div><div id="Documentation on imports"><h2>Documentation on imports</h2>This module has the following direct dependencies:<ul class="lpdoc-itemize-minus"><li><em>Application modules:</em><br/><a class="lpdoc-idx-anchor" id="50" href="ciaopp_ref_mansearch.html#ciaopp_log"><tt>ciaopp_log</tt></a>, <a class="lpdoc-idx-anchor" id="51" href="ciaopp_ref_mansearch.html#analysis_stats"><tt>analysis_stats</tt></a>, <a class="lpdoc-idx-anchor" id="52" href="preprocess_flags.html"><tt>preprocess_flags</tt></a>, <a class="lpdoc-idx-anchor" id="53" href="ciaopp_ref_mansearch.html#infer_db"><tt>infer_db</tt></a>, <a class="lpdoc-idx-anchor" id="54" href="frontend_driver.html"><tt>frontend_driver</tt></a>, <a class="lpdoc-idx-anchor" id="55" href="trace_fixp.html"><tt>trace_fixp</tt></a>, <a class="lpdoc-idx-anchor" id="56" href="incanal.html"><tt>incanal</tt></a>, <a class="lpdoc-idx-anchor" id="57" href="intermod.html"><tt>intermod</tt></a>, <a class="lpdoc-idx-anchor" id="58" href="plai.html"><tt>plai</tt></a>, <a class="lpdoc-idx-anchor" id="59" href="ciaopp_ref_mansearch.html#vartypes"><tt>vartypes</tt></a>, <a class="lpdoc-idx-anchor" id="60" href="ciaopp_ref_mansearch.html#inferseff"><tt>inferseff</tt></a>, <a class="lpdoc-idx-anchor" id="61" href="ciaopp_ref_mansearch.html#infer_dom"><tt>infer_dom</tt></a>, <a class="lpdoc-idx-anchor" id="62" href="ciaopp_ref_mansearch.html#ctchecks_pred"><tt>ctchecks_pred</tt></a>, <a class="lpdoc-idx-anchor" id="63" href="ciaopp_ref_mansearch.html#ctchecks_pp"><tt>ctchecks_pp</tt></a>, <a class="lpdoc-idx-anchor" id="64" href="ciaopp_ref_mansearch.html#ctchecks_common"><tt>ctchecks_common</tt></a>, <a class="lpdoc-idx-anchor" id="65" href="ciaopp_ref_mansearch.html#preproc_errors"><tt>preproc_errors</tt></a>, <a class="lpdoc-idx-anchor" id="66" href="ciaopp_ref_mansearch.html#intermod_ops"><tt>intermod_ops</tt></a>.
<li><em>System library modules:</em><br/><a class="lpdoc-idx-anchor" id="67" href="ciaopp_ref_mansearch.html#native_props"><tt>native_props</tt></a>, <a class="lpdoc-idx-anchor" id="68" href="ciaopp_ref_mansearch.html#datafacts_rt"><tt>datafacts_rt</tt></a>, <a class="lpdoc-idx-anchor" id="69" href="ciaopp_ref_mansearch.html#compiler"><tt>compiler</tt></a>, <a class="lpdoc-idx-anchor" id="70" href="p_unit.html"><tt>p_unit</tt></a>, <a class="lpdoc-idx-anchor" id="71" href="ciaopp_ref_mansearch.html#p_unit_db"><tt>p_unit_db</tt></a>, <a class="lpdoc-idx-anchor" id="72" href="ciaopp_ref_mansearch.html#typeslib"><tt>typeslib</tt></a>, <a class="lpdoc-idx-anchor" id="73" href="ciaopp_ref_mansearch.html#counters"><tt>counters</tt></a>, <a class="lpdoc-idx-anchor" id="74" href="ciaopp_ref_mansearch.html#aggregates"><tt>aggregates</tt></a>.
<li><em>Internal (engine) modules:</em><br/><a class="lpdoc-idx-anchor" id="75" href="ciaopp_ref_mansearch.html#term_basic"><tt>term_basic</tt></a>, <a class="lpdoc-idx-anchor" id="76" href="ciaopp_ref_mansearch.html#arithmetic"><tt>arithmetic</tt></a>, <a class="lpdoc-idx-anchor" id="77" href="ciaopp_ref_mansearch.html#atomic_basic"><tt>atomic_basic</tt></a>, <a class="lpdoc-idx-anchor" id="78" href="ciaopp_ref_mansearch.html#basiccontrol"><tt>basiccontrol</tt></a>, <a class="lpdoc-idx-anchor" id="79" href="ciaopp_ref_mansearch.html#exceptions"><tt>exceptions</tt></a>, <a class="lpdoc-idx-anchor" id="80" href="ciaopp_ref_mansearch.html#term_compare"><tt>term_compare</tt></a>, <a class="lpdoc-idx-anchor" id="81" href="ciaopp_ref_mansearch.html#term_typing"><tt>term_typing</tt></a>, <a class="lpdoc-idx-anchor" id="82" href="ciaopp_ref_mansearch.html#debugger_support"><tt>debugger_support</tt></a>, <a class="lpdoc-idx-anchor" id="83" href="basic_props.html"><tt>basic_props</tt></a>, <a class="lpdoc-idx-anchor" id="84" href="ciaopp_ref_mansearch.html#hiord_rt"><tt>hiord_rt</tt></a>, <a class="lpdoc-idx-anchor" id="85" href="ciaopp_ref_mansearch.html#messages_basic"><tt>messages_basic</tt></a>.
<li><em>Packages:</em><br/><a class="lpdoc-idx-anchor" id="86" href="ciaopp_ref_mansearch.html#prelude"><tt>prelude</tt></a>, <a class="lpdoc-idx-anchor" id="87" href="ciaopp_ref_mansearch.html#initial"><tt>initial</tt></a>, <a class="lpdoc-idx-anchor" id="88" href="ciaopp_ref_mansearch.html#condcomp"><tt>condcomp</tt></a>, <a class="lpdoc-idx-anchor" id="89" href="assertions_doc.html"><tt>assertions</tt></a>, <a class="lpdoc-idx-anchor" id="90" href="ciaopp_ref_mansearch.html#assertions/assertions_basic"><tt>assertions/assertions_basic</tt></a>, <a class="lpdoc-idx-anchor" id="91" href="ciaopp_ref_mansearch.html#basicmodes"><tt>basicmodes</tt></a>, <a class="lpdoc-idx-anchor" id="92" href="regtypes_doc.html"><tt>regtypes</tt></a>, <a class="lpdoc-idx-anchor" id="93" href="ciaopp_ref_mansearch.html#nativeprops"><tt>nativeprops</tt></a>, <a class="lpdoc-idx-anchor" id="94" href="ciaopp_ref_mansearch.html#datafacts"><tt>datafacts</tt></a>, <a class="lpdoc-idx-anchor" id="95" href="ciaopp_ref_mansearch.html#ciaopp(ciaopp_options)"><tt>ciaopp(ciaopp_options)</tt></a>, <a class="lpdoc-idx-anchor" id="96" href="ciaopp_ref_mansearch.html#ciaopp(analysis_register)"><tt>ciaopp(analysis_register)</tt></a>.
</ul></div></div><div class="lpdoc-footer">Generated with LPdoc using Ciao</div></div><div class="lpdoc-clearer"></div></div></body></html>