1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<html>
<head><title>FREE-VARIABLES-EXAMPLES.html -- ACL2 Version 3.1</title></head>
<body text=#000000 bgcolor="#FFFFFF">
<h3>FREE-VARIABLES-EXAMPLES</h3>examples pertaining to free variables in rules
<pre>Major Section: <a href="FREE-VARIABLES.html">FREE-VARIABLES</a>
</pre><p>
The examples in the two sub-topics of this topic illustrate the handling of
free variables in rules of class <code>:</code><code><a href="REWRITE.html">rewrite</a></code>
(see <a href="FREE-VARIABLES-EXAMPLES-REWRITE.html">free-variables-examples-rewrite</a>]) and of class
<code>:</code><code><a href="FORWARD-CHAINING.html">forward-chaining</a></code> (see <a href="FREE-VARIABLES-EXAMPLES-FORWARD-CHAINING.html">free-variables-examples-forward-chaining</a>]),
respectively. These implicitly illustrate free-variable handling in rules of
class <code>:</code><code><a href="LINEAR.html">linear</a></code> as well. Also see <a href="FREE-VARIABLES.html">free-variables</a> and
see <a href="RULE-CLASSES.html">rule-classes</a>.
<p>
<ul>
<li><h3><a href="FREE-VARIABLES-EXAMPLES-FORWARD-CHAINING.html">FREE-VARIABLES-EXAMPLES-FORWARD-CHAINING</a> -- examples pertaining to free variables in <a href="FORWARD-CHAINING.html">forward-chaining</a> rules
</h3>
</li>
<li><h3><a href="FREE-VARIABLES-EXAMPLES-REWRITE.html">FREE-VARIABLES-EXAMPLES-REWRITE</a> -- examples pertaining to free variables in <a href="REWRITE.html">rewrite</a> rules
</h3>
</li>
</ul>
<br><br><br><a href="acl2-doc.html"><img src="llogo.gif"></a> <a href="acl2-doc-index.html"><img src="index.gif"></a>
</body>
</html>
|