• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • 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
        • Zfc
        • Acre
        • Milawa
        • Smtlink
        • Abnf
        • Vwsim
        • Isar
        • Wp-gen
        • Dimacs-reader
        • Pfcs
        • Legacy-defrstobj
        • Proof-checker-array
        • Soft
        • C
        • Farray
        • Rp-rewriter
        • Instant-runoff-voting
        • Imp-language
        • Sidekick
        • Leftist-trees
        • Java
        • Taspi
        • Bitcoin
        • Riscv
        • Des
        • Ethereum
        • X86isa
        • Sha-2
        • Yul
        • Zcash
        • Proof-checker-itp13
        • Regex
        • ACL2-programming-language
        • Json
        • Jfkr
        • Equational
        • Cryptography
        • Poseidon
        • Where-do-i-place-my-book
        • Axe
        • Bigmems
        • Builtins
        • Execloader
        • Aleo
        • Solidity
        • Paco
        • Concurrent-programs
        • Bls12-377-curves
      • Debugging
      • Std
      • Proof-automation
      • Macro-libraries
      • ACL2
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • 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)))))