• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
          • Isodata
          • Simplify-defun
          • Tailrec
          • Schemalg
          • Restrict
          • Expdata
          • Casesplit
          • Simplify-term
          • Simplify-defun-sk
          • Parteval
          • Solve
          • Wrap-output
          • Propagate-iso
          • Simplify
          • Finite-difference
          • Drop-irrelevant-params
          • Copy-function
          • Lift-iso
          • Rename-params
          • Utilities
            • Defaults-table
            • Xdoc::apt-constructors
              • Xdoc::desc-apt-input-thm-name
              • Xdoc::desc-apt-input-thm-enable
              • Xdoc::desc-apt-input-verify-guards
              • Xdoc::apt-design-notes-ref
              • Xdoc::desc-apt-input-wrapper-to-old-name
              • Xdoc::desc-apt-input-old-to-wrapper-name
              • Xdoc::desc-apt-input-wrapper-to-old-enable
                • Xdoc::desc-apt-input-wrapper-name
                • Xdoc::desc-apt-input-old-to-wrapper-enable
                • Xdoc::desc-apt-input-old-to-new-name
                • Xdoc::desc-apt-input-old-if-new-name
                • Xdoc::desc-apt-input-new-to-old-name
                • Xdoc::desc-apt-input-wrapper-enable
                • Xdoc::desc-apt-input-old-to-new-enable
                • Xdoc::desc-apt-input-old-if-new-enable
                • Xdoc::desc-apt-input-new-to-old-enable
                • Xdoc::desc-apt-input-new-name
                • Xdoc::desc-apt-input-untranslate
                • Xdoc::desc-apt-input-old
                • Xdoc::desc-apt-input-new-enable
                • Xdoc::desc-apt-input-wrapper
              • Input-processors
              • Transformation-table
              • Find-base-cases
              • Untranslate-specifier-utilities
              • Print-specifier-utilities
              • Hints-specifier-utilities
            • Simplify-term-programmatic
            • Simplify-defun-sk-programmatic
            • Simplify-defun-programmatic
            • Simplify-defun+
            • Common-options
            • Common-concepts
          • Error-checking
          • Fty-extensions
          • Isar
          • Kestrel-utilities
          • Set
          • C
          • Soft
          • Bv
          • Imp-language
          • Ethereum
          • Event-macros
          • Java
          • Riscv
          • Bitcoin
          • Zcash
          • Yul
          • ACL2-programming-language
          • Prime-fields
          • Json
          • Syntheto
          • File-io-light
          • Cryptography
          • Number-theory
          • Axe
          • Lists-light
          • Builtins
          • Solidity
          • Helpers
          • Htclient
          • Typed-lists-light
          • Arithmetic-light
        • X86isa
        • Axe
        • Execloader
      • Math
      • Testing-utilities
    • Xdoc::apt-constructors

    Xdoc::desc-apt-input-wrapper-to-old-enable

    Build a description of the :wrapper-to-old-enable input for the user documentation of an APT transformation.

    Macro: desc-apt-input-wrapper-to-old-enable

    (defmacro xdoc::desc-apt-input-wrapper-to-old-enable nil
     '(xdoc::desc
       "@(':wrapper-to-old-enable') —
         default from <see topic='@(url defaults-table)'>table</see>"
       (xdoc::p
        "Determines whether the @('wrapper-to-old') theorem is enabled.")
       (xdoc::p "It must be one of the following:")
       (xdoc::ul
        (xdoc::li "@('t'), to enable the theorem.")
        (xdoc::li "@('nil'), to disable the theorem.")
        (xdoc::li
         "Absent, to use the value from the APT defaults table,
           which is set via @(tsee set-default-input-wrapper-to-old-enable)."))
       (xdoc::p
        "This input may be present only if the @(':wrapper') input is @('t').")
       (xdoc::p
        "If this input is @('t'),
          the @(':old-to-wrapper-enable') input must be @('nil').
          At most one of these two inputs may be @('t') at any time.")))