ACL2s-utilities
Utilities used in ACL2s.
This is a collection of utilities used in ACL2s, the ACL2 Sedan.
Subtopics
- Make-n-ary-macro
- A macro that
creates an arbitrary-arity macro given a binary function
and associates the function name with the macro name using
add-macro-fn.
- N<
- The well-founded less-than relation on natural numbers.
- Test-then-skip-proofs
- The ACL2s version of skip-proofs.
- ACL2-pc::repeat-until-done
- A proof-builder command that repeats the given instructions
until all goals have been proved
- Thm-no-test
- A version of thm with testing disabled.
- Defthm-no-test
- A version of defthm with testing disabled.