UNPKG

@ciao-lang/ts-ciao-interface

Version:

Simple Ciao interface for node.

89 lines 23 kB
<!DOCTYPE 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>Variable name dictionaries &mdash; The Ciao System v1.22</title></head><body><div class="lpdoc-page fixleftbar"><a href="#" id="sidebar-toggle-button" class="lpdoc-navbutton"><span id="sidebar-button-arrow">&#9776;</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="DataStructuresAlgs.html">&#x2191;</a><a class="lpdoc-navbutton" href="dict.html">&#x2190;</a><a class="lpdoc-navbutton" href="arrays.html">&#x2192;</a><a class="lpdoc-navbutton" href="ciaosearch.html">&#x1F50D;</a></span><span><a href="ciaofulltoc.html">TOC</a></span></div><hr></hr><ul class="lpdoc-itemize-sectpath"><li><a href="ciao.html">The Ciao System</a> &raquo;<br/> </li><li><a href="DataStructuresAlgs.html">PART VI - Data structures and algorithms</a> &raquo;<br/> </li><li><a href=""><strong>Variable name dictionaries</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>Variable name dictionaries</h1><a class="lpdoc-idx-anchor" href="ciaosearch.html#vndict"></a> <strong>Author(s):</strong> <a class="lpdoc-idx-anchor" id="Francisco Bueno" href="ciaosearch.html#Francisco Bueno">Francisco Bueno</a>, <a class="lpdoc-idx-anchor" id="Edison Mera" href="ciaosearch.html#Edison Mera">Edison Mera</a>, <a class="lpdoc-idx-anchor" id="Alejandro Serrano" href="ciaosearch.html#Alejandro Serrano">Alejandro Serrano</a>.<p><div id="Usage and interface"><h2>Usage and interface</h2><div class="lpdoc-cartouche"><ul><li><strong>Library usage:</strong><br/><tt>:- use_module(library(vndict)).</tt><li><strong>Exports:</strong><br/><ul class="lpdoc-itemize-minus"><li><em>Predicates:</em><br/><a class="lpdoc-idx-anchor" id="0" href="#create_dict/2"><tt>create_dict/2</tt></a>, <a class="lpdoc-idx-anchor" id="1" href="#create_pretty_dict/2"><tt>create_pretty_dict/2</tt></a>, <a class="lpdoc-idx-anchor" id="2" href="#complete_dict/3"><tt>complete_dict/3</tt></a>, <a class="lpdoc-idx-anchor" id="3" href="#complete_vars_dict/3"><tt>complete_vars_dict/3</tt></a>, <a class="lpdoc-idx-anchor" id="4" href="#complete_dict_alpha/3"><tt>complete_dict_alpha/3</tt></a>, <a class="lpdoc-idx-anchor" id="5" href="#complete_vars_dict_alpha/3"><tt>complete_vars_dict_alpha/3</tt></a>, <a class="lpdoc-idx-anchor" id="6" href="#prune_dict/3"><tt>prune_dict/3</tt></a>, <a class="lpdoc-idx-anchor" id="7" href="#sort_dict/2"><tt>sort_dict/2</tt></a>, <a class="lpdoc-idx-anchor" id="8" href="#dict2varnamesl/2"><tt>dict2varnamesl/2</tt></a>, <a class="lpdoc-idx-anchor" id="9" href="#varnamesl2dict/2"><tt>varnamesl2dict/2</tt></a>, <a class="lpdoc-idx-anchor" id="10" href="#find_name/4"><tt>find_name/4</tt></a>, <a class="lpdoc-idx-anchor" id="11" href="#prettyvars/2"><tt>prettyvars/2</tt></a>, <a class="lpdoc-idx-anchor" id="12" href="#rename/2"><tt>rename/2</tt></a>, <a class="lpdoc-idx-anchor" id="13" href="#vars_names_dict/3"><tt>vars_names_dict/3</tt></a>. <li><em>Regular Types:</em><br/><a class="lpdoc-idx-anchor" id="14" href="#null_dict/1"><tt>null_dict/1</tt></a>, <a class="lpdoc-idx-anchor" id="15" href="#varnamedict/1"><tt>varnamedict/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">REGTYPE</span><a class="lpdoc-idx-anchor" id="null_dict/1" href="ciaosearch.html#null_dict/1">null_dict/1</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>null_dict(D)</tt> </span><p><span class="lpdoc-var">D</span> is an empty dictionary.</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="create_dict/2" href="ciaosearch.html#create_dict/2">create_dict/2</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>create_dict(Term,Dict)</tt> </span><p><span class="lpdoc-var">Dict</span> has names for all variables in <span class="lpdoc-var">Term</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="16" href="basic_props.html#term/1"><tt>basic_props:term/1</tt></a>)</span><span><span class="lpdoc-var">Term</span> is any term. </span> <li><em>The following properties should hold upon exit:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="17" href="#varnamedict/1"><tt>vndict:varnamedict/1</tt></a>)</span><span><span class="lpdoc-var">Dict</span> is a dictionary of variable names. </span> </ul></div></div><p> <div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="create_pretty_dict/2" href="ciaosearch.html#create_pretty_dict/2">create_pretty_dict/2</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>create_pretty_dict(Term,Dict)</tt> </span><p><span class="lpdoc-var">Dict</span> has names for all variables in <span class="lpdoc-var">Term</span>. The difference with <a class="lpdoc-idx-anchor" id="18" href="#create_dict/2"><tt>create_dict/2</tt></a> is that prettier names are generated</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="19" href="basic_props.html#term/1"><tt>basic_props:term/1</tt></a>)</span><span><span class="lpdoc-var">Term</span> is any term. </span> <li><em>The following properties should hold upon exit:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="20" href="#varnamedict/1"><tt>vndict:varnamedict/1</tt></a>)</span><span><span class="lpdoc-var">Dict</span> is a dictionary of variable names. </span> </ul></div></div><p> <div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="complete_dict/3" href="ciaosearch.html#complete_dict/3">complete_dict/3</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>complete_dict(Dict,Term,NewDict)</tt> </span><p><span class="lpdoc-var">NewDict</span> is <span class="lpdoc-var">Dict</span> augmented with the variables of <span class="lpdoc-var">Term</span> not yet in <span class="lpdoc-var">Dict</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="21" href="term_typing.html#nonvar/1"><tt>term_typing:nonvar/1</tt></a>)</span><span><span class="lpdoc-var">Dict</span> is currently a term which is not a free variable. </span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="22" href="term_typing.html#nonvar/1"><tt>term_typing:nonvar/1</tt></a>)</span><span><span class="lpdoc-var">Term</span> is currently a term which is not a free variable. </span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="23" href="term_typing.html#var/1"><tt>term_typing:var/1</tt></a>)</span><span><span class="lpdoc-var">NewDict</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="complete_vars_dict/3" href="ciaosearch.html#complete_vars_dict/3">complete_vars_dict/3</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>complete_vars_dict(Dict,Vars,NewDict)</tt> </span><p><span class="lpdoc-var">NewDict</span> is <span class="lpdoc-var">Dict</span> augmented with the variables of the list <span class="lpdoc-var">Vars</span> not yet in <span class="lpdoc-var">Dict</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="24" href="term_typing.html#nonvar/1"><tt>term_typing:nonvar/1</tt></a>)</span><span><span class="lpdoc-var">Dict</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="term_typing.html#nonvar/1"><tt>term_typing:nonvar/1</tt></a>)</span><span><span class="lpdoc-var">Vars</span> is currently a term which is not a free variable. </span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="26" href="term_typing.html#var/1"><tt>term_typing:var/1</tt></a>)</span><span><span class="lpdoc-var">NewDict</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="complete_dict_alpha/3" href="ciaosearch.html#complete_dict_alpha/3">complete_dict_alpha/3</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>complete_dict_alpha(Dict,Term,NewDict)</tt> </span><p><span class="lpdoc-var">NewDict</span> is <span class="lpdoc-var">Dict</span> augmented with the variables of <span class="lpdoc-var">Term</span> not yet in <span class="lpdoc-var">Dict</span> with alphabetical names.</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="term_typing.html#nonvar/1"><tt>term_typing:nonvar/1</tt></a>)</span><span><span class="lpdoc-var">Dict</span> is currently a term which is not a free variable. </span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="28" href="term_typing.html#nonvar/1"><tt>term_typing:nonvar/1</tt></a>)</span><span><span class="lpdoc-var">Term</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="term_typing.html#var/1"><tt>term_typing:var/1</tt></a>)</span><span><span class="lpdoc-var">NewDict</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="complete_vars_dict_alpha/3" href="ciaosearch.html#complete_vars_dict_alpha/3">complete_vars_dict_alpha/3</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>complete_vars_dict_alpha(Dict,Vars,NewDict)</tt> </span><p><span class="lpdoc-var">NewDict</span> is <span class="lpdoc-var">Dict</span> augmented with the variables of the list <span class="lpdoc-var">Vars</span> not yet in <span class="lpdoc-var">Dict</span> with alphabetical names.</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="term_typing.html#nonvar/1"><tt>term_typing:nonvar/1</tt></a>)</span><span><span class="lpdoc-var">Dict</span> is currently a term which is not a free variable. </span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="31" href="term_typing.html#nonvar/1"><tt>term_typing:nonvar/1</tt></a>)</span><span><span class="lpdoc-var">Vars</span> is currently a term which is not a free variable. </span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="32" href="term_typing.html#var/1"><tt>term_typing:var/1</tt></a>)</span><span><span class="lpdoc-var">NewDict</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="prune_dict/3" href="ciaosearch.html#prune_dict/3">prune_dict/3</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>prune_dict(Term,Dict,NewDict)</tt> </span><p><span class="lpdoc-var">NewDict</span> is <span class="lpdoc-var">Dict</span> reduced to just the variables of <span class="lpdoc-var">Term</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="33" href="term_typing.html#nonvar/1"><tt>term_typing:nonvar/1</tt></a>)</span><span><span class="lpdoc-var">Term</span> is currently a term which is not a free variable. </span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="34" href="term_typing.html#nonvar/1"><tt>term_typing:nonvar/1</tt></a>)</span><span><span class="lpdoc-var">Dict</span> is currently a term which is not a free variable. </span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="35" href="term_typing.html#var/1"><tt>term_typing:var/1</tt></a>)</span><span><span class="lpdoc-var">NewDict</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="sort_dict/2" href="ciaosearch.html#sort_dict/2">sort_dict/2</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>sort_dict(D,Dict)</tt> </span><p><span class="lpdoc-var">D</span> is sorted into <span class="lpdoc-var">Dict</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="36" href="#varnamedict/1"><tt>vndict:varnamedict/1</tt></a>)</span><span><span class="lpdoc-var">D</span> is a dictionary of variable names. </span> <li><em>The following properties should hold upon exit:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="37" href="#varnamedict/1"><tt>vndict:varnamedict/1</tt></a>)</span><span><span class="lpdoc-var">Dict</span> is a dictionary of variable names. </span> </ul></div></div><p> <div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="dict2varnamesl/2" href="ciaosearch.html#dict2varnamesl/2">dict2varnamesl/2</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>dict2varnamesl(Dict,VNs)</tt> </span><p>Translates <span class="lpdoc-var">Dict</span> to <span class="lpdoc-var">VNs</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="38" href="#varnamedict/1"><tt>vndict:varnamedict/1</tt></a>)</span><span><span class="lpdoc-var">Dict</span> is a dictionary of variable names. </span> <li><em>The following properties should hold upon exit:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="39" href="ciaosearch.html#varnamesl/1"><tt>dict_types:varnamesl/1</tt></a>)</span><span><span class="lpdoc-var">VNs</span> is a list of <tt>Name=Var</tt> pairs, where <tt>Var</tt> is a variable and <tt>Name</tt> its name. </span> </ul></div></div><p> <div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="varnamesl2dict/2" href="ciaosearch.html#varnamesl2dict/2">varnamesl2dict/2</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>varnamesl2dict(VNs,Dict)</tt> </span><p>Translates <span class="lpdoc-var">VNs</span> to <span class="lpdoc-var">Dict</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="40" href="ciaosearch.html#varnamesl/1"><tt>dict_types:varnamesl/1</tt></a>)</span><span><span class="lpdoc-var">VNs</span> is a list of <tt>Name=Var</tt> pairs, where <tt>Var</tt> is a variable and <tt>Name</tt> its name. </span> <li><em>The following properties should hold upon exit:</em><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="41" href="#varnamedict/1"><tt>vndict:varnamedict/1</tt></a>)</span><span><span class="lpdoc-var">Dict</span> is a dictionary of variable names. </span> </ul></div></div><p> <div><div class="lpdoc-defname"><span class="lpdoc-predtag">PREDICATE</span><a class="lpdoc-idx-anchor" id="find_name/4" href="ciaosearch.html#find_name/4">find_name/4</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>find_name(Vars,Names,V,Name)</tt> </span><p>Given that <tt>vars_names_dict(Dict,Vars,Names)</tt> holds, it acts as <tt>rename(V,Dict)</tt>, but the name of <span class="lpdoc-var">V</span> is given as <span class="lpdoc-var">Name</span> instead of unified with it.</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="prettyvars/2" href="ciaosearch.html#prettyvars/2">prettyvars/2</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>prettyvars(Term,Dict)</tt> </span><p>Give names to the variables in the term <span class="lpdoc-var">Term</span> using the dictionary <span class="lpdoc-var">Dict</span>. Intended to replace <a class="lpdoc-idx-anchor" id="42" href="write.html#prettyvars/1"><tt>prettyvars/1</tt></a> in those places where is possible to get the dictionary of variables.</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="43" href="basic_props.html#term/1"><tt>basic_props:term/1</tt></a>)</span><span><span class="lpdoc-var">Term</span> is any term. </span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="44" href="ciaosearch.html#varnamesl/1"><tt>dict_types:varnamesl/1</tt></a>)</span><span><span class="lpdoc-var">Dict</span> is a list of <tt>Name=Var</tt> pairs, where <tt>Var</tt> is a variable and <tt>Name</tt> its name. </span> <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="term_typing.html#nonvar/1"><tt>term_typing:nonvar/1</tt></a>)</span><span><span class="lpdoc-var">Dict</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="rename/2" href="ciaosearch.html#rename/2">rename/2</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>rename(Term,Dict)</tt> </span><p>Unifies each variable in <span class="lpdoc-var">Term</span> with its name in <span class="lpdoc-var">Dict</span>. If no name is found, a new name is created.</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="46" href="#varnamedict/1"><tt>vndict:varnamedict/1</tt></a>)</span><span><span class="lpdoc-var">Dict</span> is a dictionary of variable names. </span> </ul></div></div><p> <div><div class="lpdoc-defname"><span class="lpdoc-predtag">REGTYPE</span><a class="lpdoc-idx-anchor" id="varnamedict/1" href="ciaosearch.html#varnamedict/1">varnamedict/1</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>varnamedict(D)</tt> </span><p><span class="lpdoc-var">D</span> is a dictionary of variable names.</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="vars_names_dict/3" href="ciaosearch.html#vars_names_dict/3">vars_names_dict/3</a></div><div class="lpdoc-deftext"><p><span class="lpdoc-usage-header">Usage:</span><span class="lpdoc-usage-decl"><tt>vars_names_dict(Dict,Vars,Names)</tt> </span><p><span class="lpdoc-var">Vars</span> is a sorted list of variables, and <span class="lpdoc-var">Names</span> is a list of their names, which correspond in the same order.</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="47" href="#varnamedict/1"><tt>vndict:varnamedict/1</tt></a>)</span><span><span class="lpdoc-var">Dict</span> is a dictionary of variable names. </span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="48" href="basic_props.html#list/1"><tt>basic_props:list/1</tt></a>)</span><span><span class="lpdoc-var">Vars</span> is a list. </span><br/><span class="lpdoc-on-right"> (<a class="lpdoc-idx-anchor" id="49" href="basic_props.html#list/1"><tt>basic_props:list/1</tt></a>)</span><span><span class="lpdoc-var">Names</span> is a list. </span> </ul></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>System library modules:</em><br/><a class="lpdoc-idx-anchor" id="50" href="ciaosearch.html#dict_types"><tt>dict_types</tt></a>, <a class="lpdoc-idx-anchor" id="51" href="lists.html"><tt>lists</tt></a>, <a class="lpdoc-idx-anchor" id="52" href="idlists.html"><tt>idlists</tt></a>, <a class="lpdoc-idx-anchor" id="53" href="terms_vars.html"><tt>terms_vars</tt></a>, <a class="lpdoc-idx-anchor" id="54" href="sets.html"><tt>sets</tt></a>, <a class="lpdoc-idx-anchor" id="55" href="sort.html"><tt>sort</tt></a>. <li><em>Packages:</em><br/><a class="lpdoc-idx-anchor" id="56" href="ciaosearch.html#prelude"><tt>prelude</tt></a>, <a class="lpdoc-idx-anchor" id="57" href="ciaosearch.html#initial"><tt>initial</tt></a>, <a class="lpdoc-idx-anchor" id="58" href="condcomp_doc.html"><tt>condcomp</tt></a>, <a class="lpdoc-idx-anchor" id="59" href="assertions_doc.html"><tt>assertions</tt></a>, <a class="lpdoc-idx-anchor" id="60" href="ciaosearch.html#assertions/assertions_basic"><tt>assertions/assertions_basic</tt></a>, <a class="lpdoc-idx-anchor" id="61" href="basicmodes_doc.html"><tt>basicmodes</tt></a>, <a class="lpdoc-idx-anchor" id="62" href="regtypes_doc.html"><tt>regtypes</tt></a>. </ul></div></div><div class="lpdoc-footer">Generated with LPdoc using Ciao</div></div><div class="lpdoc-clearer"></div></div></body></html>