• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
          • Simplify-defun
          • Isodata
            • Isodata-implementation
              • Isodata-event-generation
              • Isodata-fn
              • Isodata-input-processing
              • Isodata-macro-definition
            • 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
            • Simplify-term-programmatic
            • Simplify-defun-sk-programmatic
            • Simplify-defun-programmatic
            • Simplify-defun+
            • Common-options
            • Common-concepts
          • Error-checking
          • Fty-extensions
          • Isar
          • Kestrel-utilities
          • Set
          • Soft
          • C
          • Bv
          • Imp-language
          • Event-macros
          • Java
          • Bitcoin
          • Ethereum
          • Yul
          • Zcash
          • ACL2-programming-language
          • Prime-fields
          • Json
          • Syntheto
          • File-io-light
          • Cryptography
          • Number-theory
          • Lists-light
          • Axe
          • Builtins
          • Solidity
          • Helpers
          • Htclient
          • Typed-lists-light
          • Arithmetic-light
        • X86isa
        • Axe
        • Execloader
      • Math
      • Testing-utilities
    • Isodata-implementation

    Isodata-macro-definition

    Definition of the isodata macro.

    Submit the event form generated by isodata-fn.

    Macro: isodata

    (defmacro isodata
              (&whole call old isomaps &key (predicate 'nil)
                      (undefined ':auto)
                      (new-name ':auto)
                      (new-enable ':auto)
                      (old-to-new-name 'nil
                                       old-to-new-name-suppliedp)
                      (old-to-new-enable 'nil
                                         old-to-new-enable-suppliedp)
                      (new-to-old-name 'nil
                                       new-to-old-name-suppliedp)
                      (new-to-old-enable 'nil
                                         new-to-old-enable-suppliedp)
                      (newp-of-new-name ':auto
                                        newp-of-new-name-suppliedp)
                      (newp-of-new-enable 't
                                          newp-of-new-enable-suppliedp)
                      (verify-guards ':auto)
                      (untranslate ':nice)
                      (hints 'nil)
                      (print ':result)
                      (show-only 'nil)
                      (compatibility 'nil))
     (cons
      'make-event-terse
      (cons
       (cons
        'isodata-fn
        (cons
         (cons 'quote (cons old 'nil))
         (cons
          (cons 'quote (cons isomaps 'nil))
          (cons
           (cons 'quote (cons predicate 'nil))
           (cons
            (cons 'quote (cons undefined 'nil))
            (cons
             (cons 'quote (cons new-name 'nil))
             (cons
              (cons 'quote (cons new-enable 'nil))
              (cons
               (cons 'quote
                     (cons old-to-new-name 'nil))
               (cons
                old-to-new-name-suppliedp
                (cons
                 (cons 'quote
                       (cons old-to-new-enable 'nil))
                 (cons
                  old-to-new-enable-suppliedp
                  (cons
                   (cons 'quote
                         (cons new-to-old-name 'nil))
                   (cons
                    new-to-old-name-suppliedp
                    (cons
                     (cons 'quote
                           (cons new-to-old-enable 'nil))
                     (cons
                      new-to-old-enable-suppliedp
                      (cons
                       (cons 'quote
                             (cons newp-of-new-name 'nil))
                       (cons
                        newp-of-new-name-suppliedp
                        (cons
                         (cons 'quote
                               (cons newp-of-new-enable 'nil))
                         (cons
                          newp-of-new-enable-suppliedp
                          (cons
                           (cons 'quote (cons verify-guards 'nil))
                           (cons
                            (cons 'quote (cons untranslate 'nil))
                            (cons
                             (cons 'quote (cons hints 'nil))
                             (cons
                              (cons 'quote (cons print 'nil))
                              (cons
                               (cons 'quote (cons show-only 'nil))
                               (cons
                                (cons 'quote (cons compatibility 'nil))
                                (cons
                                 (cons 'quote (cons call 'nil))
                                 (cons
                                  (cons
                                   'cons
                                   (cons
                                     ''isodata
                                     (cons (cons 'quote (cons old 'nil))
                                           'nil)))
                                  '(state))))))))))))))))))))))))))))
       (cons ':suppress-errors
             (cons (not print) 'nil)))))