File: DEFAULT-HINTS.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 (24 lines) | stat: -rw-r--r-- 1,029 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
<html>
<head><title>DEFAULT-HINTS.html  --  ACL2 Version 3.1</title></head>
<body text=#000000 bgcolor="#FFFFFF">
<h2>DEFAULT-HINTS</h2>a list of hints added to every proof attempt
<pre>Major Section:  <a href="MISCELLANEOUS.html">MISCELLANEOUS</a>
</pre><p>


<pre>
Examples:
ACL2 !&gt;(default-hints (w state))
((computed-hint-1 clause)
 (computed-hint-2 clause stable-under-simplificationp))
</pre>

The value returned by this function is added to the <code>:</code><code><a href="HINTS.html">hints</a></code>
argument of every <code><a href="DEFTHM.html">defthm</a></code> and <code><a href="THM.html">thm</a></code> command, and to hints
provided to <code><a href="DEFUN.html">defun</a></code>s as well (<code>:hints</code>, <code>:guard-hints</code>, and
(for ACL2(r)) <code>:std-hints</code>).
<p>
See <a href="SET-DEFAULT-HINTS.html">set-default-hints</a> for a more general discussion.
<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>