File: PROOF-CHECKER-COMMANDS.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 (533 lines) | stat: -rw-r--r-- 16,792 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
<html>
<head><title>PROOF-CHECKER-COMMANDS.html  --  ACL2 Version 3.1</title></head>
<body text=#000000 bgcolor="#FFFFFF">
<h2>PROOF-CHECKER-COMMANDS</h2>list of commands for the proof-checker
<pre>Major Section:  <a href="PROOF-CHECKER.html">PROOF-CHECKER</a>
</pre><p>

This documentation section contains documentation for individual
commands that can be given inside the interactive <a href="PROOF-CHECKER.html">proof-checker</a> loop
that is entered using <code><a href="VERIFY.html">verify</a></code>.
<p>
<ul>
<li><h3><a href="ACL2-PC_colon__colon_=.html">ACL2-PC::=</a> -- (atomic macro)
<br><code>  </code>attempt an equality (or equivalence) substitution
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_ACL2-WRAP.html">ACL2-PC::ACL2-WRAP</a> -- (macro)
<br><code>  </code>same as <code>(lisp x)</code>
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_ADD-ABBREVIATION.html">ACL2-PC::ADD-ABBREVIATION</a> -- (primitive)
<br><code>  </code>add an abbreviation
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_BASH.html">ACL2-PC::BASH</a> -- (atomic macro)
<br><code>  </code>call the ACL2 theorem prover's simplifier
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_BDD.html">ACL2-PC::BDD</a> -- (atomic macro)
<br><code>  </code>prove the current goal using bdds
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_BK.html">ACL2-PC::BK</a> -- (atomic macro)
<br><code>  </code>move backward one argument in the enclosing term
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_BOOKMARK.html">ACL2-PC::BOOKMARK</a> -- (macro)
<br><code>  </code>insert matching ``bookends'' comments
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_CASESPLIT.html">ACL2-PC::CASESPLIT</a> -- (primitive)
<br><code>  </code>split into two cases
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_CG.html">ACL2-PC::CG</a> -- (macro)
<br><code>  </code>change to another goal.
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_CHANGE-GOAL.html">ACL2-PC::CHANGE-GOAL</a> -- (primitive)
<br><code>  </code>change to another goal.
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_CLAIM.html">ACL2-PC::CLAIM</a> -- (atomic macro)
<br><code>  </code>add a new hypothesis
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_COMM.html">ACL2-PC::COMM</a> -- (macro)
<br><code>  </code>display instructions from the current interactive session
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_COMMANDS.html">ACL2-PC::COMMANDS</a> -- (macro)
<br><code>  </code>display instructions from the current interactive session
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_COMMENT.html">ACL2-PC::COMMENT</a> -- (primitive)
<br><code>  </code>insert a comment
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_CONTRADICT.html">ACL2-PC::CONTRADICT</a> -- (macro)
<br><code>  </code>same as <code>contrapose</code>
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_CONTRAPOSE.html">ACL2-PC::CONTRAPOSE</a> -- (primitive)
<br><code>  </code>switch a hypothesis with the conclusion, negating both
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_DEMOTE.html">ACL2-PC::DEMOTE</a> -- (primitive)
<br><code>  </code>move top-level hypotheses to the conclusion
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_DIVE.html">ACL2-PC::DIVE</a> -- (primitive)
<br><code>  </code>move to the indicated subterm
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_DO-ALL.html">ACL2-PC::DO-ALL</a> -- (macro)
<br><code>  </code>run the given instructions
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_DO-ALL-NO-PROMPT.html">ACL2-PC::DO-ALL-NO-PROMPT</a> -- (macro)
<br><code>  </code>run the given instructions, halting once there is a ``failure''
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_DO-STRICT.html">ACL2-PC::DO-STRICT</a> -- (macro)
<br><code>  </code>run the given instructions, halting once there is a ``failure''
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_DROP.html">ACL2-PC::DROP</a> -- (primitive)
<br><code>  </code>drop top-level hypotheses
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_DV.html">ACL2-PC::DV</a> -- (atomic macro)
<br><code>  </code>move to the indicated subterm
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_ELIM.html">ACL2-PC::ELIM</a> -- (atomic macro)
<br><code>  </code>call the ACL2 theorem prover's elimination process
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_EQUIV.html">ACL2-PC::EQUIV</a> -- (primitive)
<br><code>  </code>attempt an equality (or congruence-based) substitution
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_EX.html">ACL2-PC::EX</a> -- (macro)
<br><code>  </code>exit after possibly saving the state
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_EXIT.html">ACL2-PC::EXIT</a> -- (meta)
<br><code>  </code>exit the interactive proof-checker
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_EXPAND.html">ACL2-PC::EXPAND</a> -- (primitive)
<br><code>  </code>expand the current function call without simplification
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_FAIL.html">ACL2-PC::FAIL</a> -- (macro)
<br><code>  </code>cause a failure
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_FORWARDCHAIN.html">ACL2-PC::FORWARDCHAIN</a> -- (atomic macro)
<br><code>  </code>forward chain from an implication in the hyps
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_FREE.html">ACL2-PC::FREE</a> -- (atomic macro)
<br><code>  </code>create a ``free variable''
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_GENERALIZE.html">ACL2-PC::GENERALIZE</a> -- (primitive)
<br><code>  </code>perform a generalization
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_GOALS.html">ACL2-PC::GOALS</a> -- (macro)
<br><code>  </code>list the names of goals on the stack
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_HELP.html">ACL2-PC::HELP</a> -- (macro)
<br><code>  </code>proof-checker help facility
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_HELP_bang_.html">ACL2-PC::HELP!</a> -- (macro)
<br><code>  </code>proof-checker help facility
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_HELP-LONG.html">ACL2-PC::HELP-LONG</a> -- (macro)
<br><code>  </code>same as <code>help!</code>
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_HYPS.html">ACL2-PC::HYPS</a> -- (macro)
<br><code>  </code>print the hypotheses
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_ILLEGAL.html">ACL2-PC::ILLEGAL</a> -- (macro)
<br><code>  </code>illegal instruction
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_IN-THEORY.html">ACL2-PC::IN-THEORY</a> -- (primitive)
<br><code>  </code>set the current proof-checker theory
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_INDUCT.html">ACL2-PC::INDUCT</a> -- (atomic macro)
<br><code>  </code>generate subgoals using induction
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_LEMMAS-USED.html">ACL2-PC::LEMMAS-USED</a> -- (macro)
<br><code>  </code>print the runes (definitions, lemmas, ...) used
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_LISP.html">ACL2-PC::LISP</a> -- (meta)
<br><code>  </code>evaluate the given form in Lisp
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_MORE.html">ACL2-PC::MORE</a> -- (macro)
<br><code>  </code>proof-checker help facility
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_MORE_bang_.html">ACL2-PC::MORE!</a> -- (macro)
<br><code>  </code>proof-checker help facility
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_NEGATE.html">ACL2-PC::NEGATE</a> -- (macro)
<br><code>  </code>run the given instructions, and ``succeed'' if and only if they ``fail''
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_NIL.html">ACL2-PC::NIL</a> -- (macro)
<br><code>  </code>used for interpreting <code>control-d</code>
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_NOISE.html">ACL2-PC::NOISE</a> -- (meta)
<br><code>  </code>run instructions with output
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_NX.html">ACL2-PC::NX</a> -- (atomic macro)
<br><code>  </code>move forward one argument in the enclosing term
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_ORELSE.html">ACL2-PC::ORELSE</a> -- (macro)
<br><code>  </code>run the first instruction; if (and only if) it ``fails'', run the
<br><code>  </code>second
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_P.html">ACL2-PC::P</a> -- (macro)
<br><code>  </code>prettyprint the current term
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_P-TOP.html">ACL2-PC::P-TOP</a> -- (macro)
<br><code>  </code>prettyprint the conclusion, highlighting the current term
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_PP.html">ACL2-PC::PP</a> -- (macro)
<br><code>  </code>prettyprint the current term
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_PRINT.html">ACL2-PC::PRINT</a> -- (macro)
<br><code>  </code>print the result of evaluating the given form
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_PRINT-ALL-CONCS.html">ACL2-PC::PRINT-ALL-CONCS</a> -- (macro)
<br><code>  </code>print all the conclusions of (as yet unproved) goals
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_PRINT-ALL-GOALS.html">ACL2-PC::PRINT-ALL-GOALS</a> -- (macro)
<br><code>  </code>print all the (as yet unproved) goals
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_PRINT-MAIN.html">ACL2-PC::PRINT-MAIN</a> -- (macro)
<br><code>  </code>print the original goal
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_PRO.html">ACL2-PC::PRO</a> -- (atomic macro)
<br><code>  </code>repeatedly apply promote
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_PROMOTE.html">ACL2-PC::PROMOTE</a> -- (primitive)
<br><code>  </code>move antecedents of conclusion's <code>implies</code> term to top-level
<br><code>  </code>hypotheses
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_PROTECT.html">ACL2-PC::PROTECT</a> -- (macro)
<br><code>  </code>run the given instructions, reverting to existing state upon
<br><code>  </code>failure
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_PROVE.html">ACL2-PC::PROVE</a> -- (primitive)
<br><code>  </code>call the ACL2 theorem prover to prove the current goal
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_PSO.html">ACL2-PC::PSO</a> -- (macro)
<br><code>  </code>print the most recent proof attempt from inside the proof-checker
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_PSO_bang_.html">ACL2-PC::PSO!</a> -- (macro)
<br><code>  </code>print the most recent proof attempt from inside the proof-checker
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_PUT.html">ACL2-PC::PUT</a> -- (macro)
<br><code>  </code>substitute for a ``free variable''
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_QUIET.html">ACL2-PC::QUIET</a> -- (meta)
<br><code>  </code>run instructions without output
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_R.html">ACL2-PC::R</a> -- (macro)
<br><code>  </code>same as rewrite
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_REDUCE.html">ACL2-PC::REDUCE</a> -- (atomic macro)
<br><code>  </code>call the ACL2 theorem prover's simplifier
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_REDUCE-BY-INDUCTION.html">ACL2-PC::REDUCE-BY-INDUCTION</a> -- (macro)
<br><code>  </code>call the ACL2 prover without induction, after going into
<br><code>  </code>induction
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_REMOVE-ABBREVIATIONS.html">ACL2-PC::REMOVE-ABBREVIATIONS</a> -- (primitive)
<br><code>  </code>remove one or more abbreviations
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_REPEAT.html">ACL2-PC::REPEAT</a> -- (macro)
<br><code>  </code>repeat the given instruction until it ``fails''
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_REPEAT-REC.html">ACL2-PC::REPEAT-REC</a> -- (macro)
<br><code>  </code>auxiliary to <code>repeat</code>
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_REPLAY.html">ACL2-PC::REPLAY</a> -- (macro)
<br><code>  </code>replay one or more instructions
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_RESTORE.html">ACL2-PC::RESTORE</a> -- (meta)
<br><code>  </code>remove the effect of an UNDO command
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_RETAIN.html">ACL2-PC::RETAIN</a> -- (atomic macro)
<br><code>  </code>drop all <strong>but</strong> the indicated top-level hypotheses
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_RETRIEVE.html">ACL2-PC::RETRIEVE</a> -- (macro)
<br><code>  </code>re-enter the proof-checker
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_REWRITE.html">ACL2-PC::REWRITE</a> -- (primitive)
<br><code>  </code>apply a rewrite rule
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_RUN-INSTR-ON-GOAL.html">ACL2-PC::RUN-INSTR-ON-GOAL</a> -- (macro)
<br><code>  </code>auxiliary to THEN
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_RUN-INSTR-ON-NEW-GOALS.html">ACL2-PC::RUN-INSTR-ON-NEW-GOALS</a> -- (macro)
<br><code>  </code>auxiliary to <code>then</code>
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_RUNES.html">ACL2-PC::RUNES</a> -- (macro)
<br><code>  </code>print the runes (definitions, lemmas, ...) used
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_S.html">ACL2-PC::S</a> -- (primitive)
<br><code>  </code>simplify the current subterm
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_S-PROP.html">ACL2-PC::S-PROP</a> -- (atomic macro)
<br><code>  </code>simplify propositionally
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_SAVE.html">ACL2-PC::SAVE</a> -- (macro)
<br><code>  </code>save the proof-checker state (state-stack)
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_SEQUENCE.html">ACL2-PC::SEQUENCE</a> -- (meta)
<br><code>  </code>run the given list of instructions according to a multitude of
<br><code>  </code>options
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_SHOW-ABBREVIATIONS.html">ACL2-PC::SHOW-ABBREVIATIONS</a> -- (macro)
<br><code>  </code>display the current abbreviations
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_SHOW-REWRITES.html">ACL2-PC::SHOW-REWRITES</a> -- (macro)
<br><code>  </code>display the applicable rewrite rules
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_SKIP.html">ACL2-PC::SKIP</a> -- (macro)
<br><code>  </code>``succeed'' without doing anything
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_SL.html">ACL2-PC::SL</a> -- (atomic macro)
<br><code>  </code>simplify with lemmas
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_SPLIT.html">ACL2-PC::SPLIT</a> -- (atomic macro)
<br><code>  </code>split the current goal into cases
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_SR.html">ACL2-PC::SR</a> -- (macro)
<br><code>  </code>same as SHOW-REWRITES
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_SUCCEED.html">ACL2-PC::SUCCEED</a> -- (macro)
<br><code>  </code>run the given instructions, and ``succeed''
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_TH.html">ACL2-PC::TH</a> -- (macro)
<br><code>  </code>print the top-level hypotheses and the current subterm
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_THEN.html">ACL2-PC::THEN</a> -- (macro)
<br><code>  </code>apply one instruction to current goal and another to new subgoals
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_TOP.html">ACL2-PC::TOP</a> -- (atomic macro)
<br><code>  </code>move to the top of the goal
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_TYPE-ALIST.html">ACL2-PC::TYPE-ALIST</a> -- (macro)
<br><code>  </code>display the type-alist from the current context
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_UNDO.html">ACL2-PC::UNDO</a> -- (meta)
<br><code>  </code>undo some instructions
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_UNSAVE.html">ACL2-PC::UNSAVE</a> -- (macro)
<br><code>  </code>remove a proof-checker state
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_UP.html">ACL2-PC::UP</a> -- (primitive)
<br><code>  </code>move to the parent (or some ancestor) of the current subterm
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_USE.html">ACL2-PC::USE</a> -- (atomic macro)
<br><code>  </code>use a lemma instance
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_WRAP.html">ACL2-PC::WRAP</a> -- (atomic macro)
<br><code>  </code>execute the indicated instructions and combine all the new goals
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_WRAP-INDUCT.html">ACL2-PC::WRAP-INDUCT</a> -- (atomic macro)
<br><code>  </code>same as induct, but create a single goal
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_WRAP1.html">ACL2-PC::WRAP1</a> -- (primitive)
<br><code>  </code>combine goals into a single goal
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_X.html">ACL2-PC::X</a> -- (atomic macro)
<br><code>  </code>expand and (maybe) simplify function call at the current subterm
</h3>
</li>

<li><h3><a href="ACL2-PC_colon__colon_X-DUMB.html">ACL2-PC::X-DUMB</a> -- (atomic macro)
<br><code>  </code>expand function call at the current subterm, without simplifying
</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>