@ciao-lang/ts-ciao-interface
Version:
Simple Ciao interface for node.
80 lines • 23.4 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>Database for incremental analysis — 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="incanal.html">↑</a><a class="lpdoc-navbutton" href="incanal_deletion.html">←</a><a class="lpdoc-navbutton" href="incanal_persistent_db.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="incanal.html">Incremental analysis (high level)</a> »<br/> </li><li><a href=""><strong>Database for incremental analysis</strong></a></li></ul><hr></hr><em>ON THIS PAGE</em><ul><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 imports">Documentation on imports</a></li></ul></div><div class="lpdoc-main"><div id=""><h1>Database for incremental analysis</h1><a class="lpdoc-idx-anchor" href="ciaopp_ref_mansearch.html#incanal_db"></a>
Predicates for mantaining the structures needed for incremental analysis<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(plai/incanal/incanal_db)).</tt><li><strong>Exports:</strong><br/><ul class="lpdoc-itemize-minus"><li><em>Predicates:</em><br/><a class="lpdoc-idx-anchor" id="0" href="#init_clkeys/0"><tt>init_clkeys/0</tt></a>, <a class="lpdoc-idx-anchor" id="1" href="#clean_incremental_db/0"><tt>clean_incremental_db/0</tt></a>, <a class="lpdoc-idx-anchor" id="2" href="#change_id_clause/2"><tt>change_id_clause/2</tt></a>, <a class="lpdoc-idx-anchor" id="3" href="#insert_after_clkey/2"><tt>insert_after_clkey/2</tt></a>, <a class="lpdoc-idx-anchor" id="4" href="#save_clause_db/0"><tt>save_clause_db/0</tt></a>, <a class="lpdoc-idx-anchor" id="5" href="#restore_clause_db/0"><tt>restore_clause_db/0</tt></a>, <a class="lpdoc-idx-anchor" id="6" href="#remove_clauses_pred/2"><tt>remove_clauses_pred/2</tt></a>, <a class="lpdoc-idx-anchor" id="7" href="#add_all_clauses/1"><tt>add_all_clauses/1</tt></a>, <a class="lpdoc-idx-anchor" id="8" href="#add_new_preds/1"><tt>add_new_preds/1</tt></a>, <a class="lpdoc-idx-anchor" id="9" href="#get_current_clauses/1"><tt>get_current_clauses/1</tt></a>, <a class="lpdoc-idx-anchor" id="10" href="#get_current_assertions/1"><tt>get_current_assertions/1</tt></a>, <a class="lpdoc-idx-anchor" id="11" href="#add_assertion_source_db/1"><tt>add_assertion_source_db/1</tt></a>, <a class="lpdoc-idx-anchor" id="12" href="#del_assertion_source_db/1"><tt>del_assertion_source_db/1</tt></a>, <a class="lpdoc-idx-anchor" id="13" href="#add_changed_registry/4"><tt>add_changed_registry/4</tt></a>, <a class="lpdoc-idx-anchor" id="14" href="#get_changed_registry/4"><tt>get_changed_registry/4</tt></a>, <a class="lpdoc-idx-anchor" id="15" href="#clean_incanal_mod_data/0"><tt>clean_incanal_mod_data/0</tt></a>, <a class="lpdoc-idx-anchor" id="16" href="#update_inc_clkey/1"><tt>update_inc_clkey/1</tt></a>, <a class="lpdoc-idx-anchor" id="17" href="#all_different_mods/0"><tt>all_different_mods/0</tt></a>, <a class="lpdoc-idx-anchor" id="18" href="#set_loaded_mods/1"><tt>set_loaded_mods/1</tt></a>, <a class="lpdoc-idx-anchor" id="19" href="#loaded_mods/1"><tt>loaded_mods/1</tt></a>, <a class="lpdoc-idx-anchor" id="20" href="#set_analyzed_mods/1"><tt>set_analyzed_mods/1</tt></a>, <a class="lpdoc-idx-anchor" id="21" href="#analyzed_mods/1"><tt>analyzed_mods/1</tt></a>, <a class="lpdoc-idx-anchor" id="22" href="#fixpoint_id_/2"><tt>fixpoint_id_/2</tt></a>, <a class="lpdoc-idx-anchor" id="23" href="#store_current_fixpoint_id/1"><tt>store_current_fixpoint_id/1</tt></a>, <a class="lpdoc-idx-anchor" id="24" href="#restore_fixpoint_id/1"><tt>restore_fixpoint_id/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="init_clkeys/0" href="ciaopp_ref_mansearch.html#init_clkeys/0">init_clkeys/0</a></div><div class="lpdoc-deftext">This predicate annotates which is the last clause identifier that was assinged by module program_key. This is needed to give new ids to the clauses that are added to the analysis.</div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="clean_incremental_db/0" href="ciaopp_ref_mansearch.html#clean_incremental_db/0">clean_incremental_db/0</a></div><div class="lpdoc-deftext">Remove databases for incremental analysis.</div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="change_id_clause/2" href="ciaopp_ref_mansearch.html#change_id_clause/2">change_id_clause/2</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>change_id_clause(Cl,NCl)</tt>
</span><p>Changes the Ids through <span class="lpdoc-var">Cl</span> so that there is no conflict with other clauses already present in the analysis.</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="insert_after_clkey/2" href="ciaopp_ref_mansearch.html#insert_after_clkey/2">insert_after_clkey/2</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>insert_after_clkey(Id,Cl)</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="25" href="basic_props.html#atm/1"><tt>atm/1</tt></a>)</span><span><span class="lpdoc-var">Id</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="save_clause_db/0" href="ciaopp_ref_mansearch.html#save_clause_db/0">save_clause_db/0</a></div><div class="lpdoc-deftext">Stores locally the current source database of ciaopp.</div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="restore_clause_db/0" href="ciaopp_ref_mansearch.html#restore_clause_db/0">restore_clause_db/0</a></div><div class="lpdoc-deftext">Restores from a local copy the source database of ciaopp.</div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="remove_clauses_pred/2" href="ciaopp_ref_mansearch.html#remove_clauses_pred/2">remove_clauses_pred/2</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>remove_clauses_pred(Pred,Cls)</tt>
</span><p>Removes from the database all clauses for predicate <span class="lpdoc-var">Pred</span> of the form <tt>F/A</tt> and returns them in <span class="lpdoc-var">Cls</span>.</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="add_all_clauses/1" href="ciaopp_ref_mansearch.html#add_all_clauses/1">add_all_clauses/1</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>add_all_clauses(Cls)</tt>
</span><p>Asserts the list of clauses <span class="lpdoc-var">Cls</span> to the temporal database.</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="26" href="basic_props.html#list/1"><tt>list/1</tt></a>)</span><span><span class="lpdoc-var">Cls</span> is a list.
</span>
</ul></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="add_new_preds/1" href="ciaopp_ref_mansearch.html#add_new_preds/1">add_new_preds/1</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>add_new_preds(Preds)</tt>
</span><p>This predicates adds predicates which were not defined before.<p>This predicate is needed for the initialization of the counters for Ids.</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="27" href="ciaopp_ref_mansearch.html#nonvar/1"><tt>nonvar/1</tt></a>)</span><span><span class="lpdoc-var">Preds</span> is currently a term which is not 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_current_clauses/1" href="ciaopp_ref_mansearch.html#get_current_clauses/1">get_current_clauses/1</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>get_current_clauses(Cls)</tt>
</span><p>Returns all clauses currently present in the source database.</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#var/1"><tt>var/1</tt></a>)</span><span><span class="lpdoc-var">Cls</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="29" href="basic_props.html#list/1"><tt>list/1</tt></a>)</span><span><span class="lpdoc-var">Cls</span> is a list.
</span>
</ul></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="get_current_assertions/1" href="ciaopp_ref_mansearch.html#get_current_assertions/1">get_current_assertions/1</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>get_current_assertions(Assrts)</tt>
</span><p>Returns all assertions currently present in the source database.</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">Assrts</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="31" href="basic_props.html#list/1"><tt>list/1</tt></a>)</span><span><span class="lpdoc-var">Assrts</span> is a list.
</span>
</ul></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="add_assertion_source_db/1" href="ciaopp_ref_mansearch.html#add_assertion_source_db/1">add_assertion_source_db/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="del_assertion_source_db/1" href="ciaopp_ref_mansearch.html#del_assertion_source_db/1">del_assertion_source_db/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="add_changed_registry/4" href="ciaopp_ref_mansearch.html#add_changed_registry/4">add_changed_registry/4</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>add_changed_registry(SgKey,ImMod,Module,Reg)</tt>
</span><p>This predicate annotates changes that occurs on the registry of predicate <span class="lpdoc-var">SgKey</span> exported in <span class="lpdoc-var">Module</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="32" href="basic_props.html#atm/1"><tt>atm/1</tt></a>)</span><span><span class="lpdoc-var">SgKey</span> is an atom.
</span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="33" href="basic_props.html#atm/1"><tt>atm/1</tt></a>)</span><span><span class="lpdoc-var">Module</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="get_changed_registry/4" href="ciaopp_ref_mansearch.html#get_changed_registry/4">get_changed_registry/4</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>get_changed_registry(Key,CMod,Mod,Reg)</tt>
</span><p>The data of answer of predicate <span class="lpdoc-var">Key</span> exported by module <span class="lpdoc-var">Mod</span> has changed to <span class="lpdoc-var">Reg</span>.</p><ul class="lpdoc-itemize-minus"><li><em>Call and exit should be compatible with:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="34" href="basic_props.html#atm/1"><tt>atm/1</tt></a>)</span><span><span class="lpdoc-var">Key</span> is an atom.
</span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="35" href="basic_props.html#atm/1"><tt>atm/1</tt></a>)</span><span><span class="lpdoc-var">CMod</span> is an atom.
</span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="36" href="basic_props.html#atm/1"><tt>atm/1</tt></a>)</span><span><span class="lpdoc-var">Mod</span> is an atom.
</span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="37" href="basic_props.html#term/1"><tt>term/1</tt></a>)</span><span><span class="lpdoc-var">Reg</span> is any term.
</span>
</ul></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="clean_incanal_mod_data/0" href="ciaopp_ref_mansearch.html#clean_incanal_mod_data/0">clean_incanal_mod_data/0</a></div><div class="lpdoc-deftext">Cleans structures needed for incremental modular analysis.</div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="update_inc_clkey/1" href="ciaopp_ref_mansearch.html#update_inc_clkey/1">update_inc_clkey/1</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>update_inc_clkey(NClKey)</tt>
</span><p>Updates the value of the last id assigned by the program_keys module.</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="38" href="basic_props.html#atm/1"><tt>atm/1</tt></a>)</span><span><span class="lpdoc-var">NClKey</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="all_different_mods/0" href="ciaopp_ref_mansearch.html#all_different_mods/0">all_different_mods/0</a></div><div class="lpdoc-deftext">Flag that determines if the set of modules to be loaded with <a class="lpdoc-idx-anchor" id="39" href="incanal.html#incremental_module/2"><tt>incremental_module/2</tt></a> is disjoint with the set of the previously loaded
The predicate is of type <em>data</em>.<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="set_loaded_mods/1" href="ciaopp_ref_mansearch.html#set_loaded_mods/1">set_loaded_mods/1</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>set_loaded_mods(M)</tt>
</span><p>Sets the context (as a list of loaded modules) of the incremental analysis.</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="basic_props.html#list/1"><tt>list/1</tt></a>)</span><span><span class="lpdoc-var">M</span> is a list.
</span>
</ul></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="loaded_mods/1" href="ciaopp_ref_mansearch.html#loaded_mods/1">loaded_mods/1</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>loaded_mods(Ms)</tt>
</span><p>Returns the list of currently loaded modules.</p><ul class="lpdoc-itemize-minus"><li><em>The following properties should hold upon exit:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="41" href="basic_props.html#list/1"><tt>list/1</tt></a>)</span><span><span class="lpdoc-var">Ms</span> is a list.
</span>
</ul></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="set_analyzed_mods/1" href="ciaopp_ref_mansearch.html#set_analyzed_mods/1">set_analyzed_mods/1</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>set_analyzed_mods(M)</tt>
</span><p>Sets the context (as a list of loaded modules) of the incremental analysis.</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="42" href="basic_props.html#list/1"><tt>list/1</tt></a>)</span><span><span class="lpdoc-var">M</span> is a list.
</span>
</ul></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="analyzed_mods/1" href="ciaopp_ref_mansearch.html#analyzed_mods/1">analyzed_mods/1</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>analyzed_mods(Ms)</tt>
</span><p>Returns the list of currently loaded modules.</p><ul class="lpdoc-itemize-minus"><li><em>The following properties should hold upon exit:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="43" href="basic_props.html#list/1"><tt>list/1</tt></a>)</span><span><span class="lpdoc-var">Ms</span> is a list.
</span>
</ul></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="fixpoint_id_/2" href="ciaopp_ref_mansearch.html#fixpoint_id_/2">fixpoint_id_/2</a></div><div class="lpdoc-deftext">No further documentation available for this predicate.
The predicate is of type <em>data</em>.<br/></div></div><p>
<div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="store_current_fixpoint_id/1" href="ciaopp_ref_mansearch.html#store_current_fixpoint_id/1">store_current_fixpoint_id/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="restore_fixpoint_id/1" href="ciaopp_ref_mansearch.html#restore_fixpoint_id/1">restore_fixpoint_id/1</a></div><div class="lpdoc-deftext">No further documentation available for this predicate.</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="44" href="domains.html"><tt>domains</tt></a>, <a class="lpdoc-idx-anchor" id="45" href="ciaopp_ref_mansearch.html#fixpo_ops"><tt>fixpo_ops</tt></a>, <a class="lpdoc-idx-anchor" id="46" href="preprocess_flags.html"><tt>preprocess_flags</tt></a>.
<li><em>System library modules:</em><br/><a class="lpdoc-idx-anchor" id="47" href="ciaopp_ref_mansearch.html#datafacts_rt"><tt>datafacts_rt</tt></a>, <a class="lpdoc-idx-anchor" id="48" href="ciaopp_ref_mansearch.html#aggregates"><tt>aggregates</tt></a>, <a class="lpdoc-idx-anchor" id="49" href="ciaopp_ref_mansearch.html#lists"><tt>lists</tt></a>, <a class="lpdoc-idx-anchor" id="50" href="ciaopp_ref_mansearch.html#hiordlib"><tt>hiordlib</tt></a>, <a class="lpdoc-idx-anchor" id="51" href="ciaopp_ref_mansearch.html#pathnames"><tt>pathnames</tt></a>, <a class="lpdoc-idx-anchor" id="52" href="ciaopp_ref_mansearch.html#p_unit_db"><tt>p_unit_db</tt></a>, <a class="lpdoc-idx-anchor" id="53" href="program_keys.html"><tt>program_keys</tt></a>.
<li><em>Internal (engine) modules:</em><br/><a class="lpdoc-idx-anchor" id="54" href="ciaopp_ref_mansearch.html#term_basic"><tt>term_basic</tt></a>, <a class="lpdoc-idx-anchor" id="55" href="ciaopp_ref_mansearch.html#arithmetic"><tt>arithmetic</tt></a>, <a class="lpdoc-idx-anchor" id="56" href="ciaopp_ref_mansearch.html#atomic_basic"><tt>atomic_basic</tt></a>, <a class="lpdoc-idx-anchor" id="57" href="ciaopp_ref_mansearch.html#basiccontrol"><tt>basiccontrol</tt></a>, <a class="lpdoc-idx-anchor" id="58" href="ciaopp_ref_mansearch.html#exceptions"><tt>exceptions</tt></a>, <a class="lpdoc-idx-anchor" id="59" href="ciaopp_ref_mansearch.html#term_compare"><tt>term_compare</tt></a>, <a class="lpdoc-idx-anchor" id="60" href="ciaopp_ref_mansearch.html#term_typing"><tt>term_typing</tt></a>, <a class="lpdoc-idx-anchor" id="61" href="ciaopp_ref_mansearch.html#debugger_support"><tt>debugger_support</tt></a>, <a class="lpdoc-idx-anchor" id="62" href="basic_props.html"><tt>basic_props</tt></a>, <a class="lpdoc-idx-anchor" id="63" href="ciaopp_ref_mansearch.html#hiord_rt"><tt>hiord_rt</tt></a>.
<li><em>Packages:</em><br/><a class="lpdoc-idx-anchor" id="64" href="ciaopp_ref_mansearch.html#prelude"><tt>prelude</tt></a>, <a class="lpdoc-idx-anchor" id="65" href="ciaopp_ref_mansearch.html#initial"><tt>initial</tt></a>, <a class="lpdoc-idx-anchor" id="66" href="ciaopp_ref_mansearch.html#condcomp"><tt>condcomp</tt></a>, <a class="lpdoc-idx-anchor" id="67" href="assertions_doc.html"><tt>assertions</tt></a>, <a class="lpdoc-idx-anchor" id="68" href="ciaopp_ref_mansearch.html#assertions/assertions_basic"><tt>assertions/assertions_basic</tt></a>, <a class="lpdoc-idx-anchor" id="69" href="ciaopp_ref_mansearch.html#isomodes"><tt>isomodes</tt></a>, <a class="lpdoc-idx-anchor" id="70" href="ciaopp_ref_mansearch.html#datafacts"><tt>datafacts</tt></a>.
</ul></div></div><div class="lpdoc-footer">Generated with LPdoc using Ciao</div></div><div class="lpdoc-clearer"></div></div></body></html>