How do I disable skip-proofs warnings in ACL2? Including books that intentionally have lots of skipped proofs can be quite verbose.
Asked
Active
Viewed 23 times
1 Answers
0
You can submit the following.
(set-inhibit-warnings "skip-proofs")
You may wish to place it in your ~/acl2-customization.lisp file.

interestedparty333
- 2,386
- 1
- 21
- 35