File: DEFAULT-HINTS-TABLE.html

package info (click to toggle)
acl2 3.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 36,712 kB
  • ctags: 38,396
  • sloc: lisp: 464,023; makefile: 5,470; sh: 86; csh: 47; cpp: 25; ansic: 22
file content (25 lines) | stat: -rw-r--r-- 1,128 bytes parent folder | download
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
<html>
<head><title>DEFAULT-HINTS-TABLE.html  --  ACL2 Version 3.1</title></head>
<body text=#000000 bgcolor="#FFFFFF">
<h2>DEFAULT-HINTS-TABLE</h2>a <a href="TABLE.html">table</a> used to provide <a href="HINTS.html">hints</a> for proofs
<pre>Major Section:  <a href="EVENTS.html">EVENTS</a>
</pre><p>

Please see <a href="SET-DEFAULT-HINTS.html">set-default-hints</a>, see <a href="ADD-DEFAULT-HINTS.html">add-default-hints</a>, and
see <a href="REMOVE-DEFAULT-HINTS.html">remove-default-hints</a> for how to use this table.  For completeness, we
mention here that under the hood, these events all update the
<code>default-hints-table</code> by updating its unique key, <code>t</code>, for example as
follows.

<pre>
(table default-hints-table t
       '((computed-hint-1 clause)
         (computed-hint-2 clause
                          stable-under-simplificationp)))
</pre>

<p>
The use of default hints is explained elsewhere; see <a href="SET-DEFAULT-HINTS.html">set-default-hints</a>.
<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>