• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Debugging
    • Projects
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Abnf
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Pfcs
        • Soft
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • C
        • Syntheto
        • File-io-light
        • Number-theory
        • Cryptography
        • Lists-light
        • Json
        • Axe
        • Builtins
          • Solidity
          • Std-extensions
          • Helpers
          • Htclient
          • Typed-lists-light
          • Arithmetic-light
        • X86isa
        • Axe
        • Execloader
      • Math
      • Testing-utilities
    • Kestrel-books
    • Projects

    Builtins

    A library about the ACL2 built-ins.

    The file collect.lisp contains code to collect the names of all the built-in ACL2 events and to store them into named constants. That file also defines additional named constants that categorize functions and axioms and theorems; these could be potentially moved to a new file called categorize.lisp at some point.

    The file document.lisp contains code to generate XDOC topics for the built-in axioms and theorems, organized in different ways. This makes it easier to see the built-in axioms and theorems than looking or searching through the source code.

    The file disable.lisp contains code that can be used to disable built-in functions and rules (the latter are axioms or theorems that have rule classes). This may be useful for more controlled and efficient proofs.