• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
      • B*
      • Defunc
      • Fty
      • Apt
        • Isodata
          • Isodata-implementation
            • Isodata-event-generation
            • Isodata-fn
            • Isodata-input-processing
            • Isodata-macro-definition
          • 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
          • Simplify-term-programmatic
          • Simplify-defun-sk-programmatic
          • Simplify-defun-programmatic
          • Simplify-defun+
          • Common-options
          • Common-concepts
        • Std/util
        • Defdata
        • Defrstobj
        • Seq
        • Match-tree
        • Defrstobj
        • With-supporters
        • Def-partial-measure
        • Template-subst
        • Soft
        • Defthm-domain
        • Event-macros
        • Def-universal-equiv
        • Def-saved-obligs
        • With-supporters-after
        • Definec
        • Sig
        • Outer-local
        • Data-structures
      • ACL2
        • Theories
        • Rule-classes
        • Proof-builder
        • Recursion-and-induction
        • Hons-and-memoization
        • Events
        • Parallelism
        • History
        • Programming
        • Operational-semantics
        • Real
        • Start-here
        • Miscellaneous
        • Output-controls
        • Bdd
        • Macros
          • Make-event
          • Defmacro
          • Untranslate-patterns
          • Tc
          • Trans*
          • Macro-aliases-table
          • Macro-args
          • Defabbrev
          • User-defined-functions-table
          • Trans
          • Untranslate-for-execution
          • Macro-libraries
            • B*
            • Defunc
            • Fty
            • Apt
              • Isodata
                • Isodata-implementation
                  • Isodata-event-generation
                  • Isodata-fn
                  • Isodata-input-processing
                  • Isodata-macro-definition
                • 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
                • Simplify-term-programmatic
                • Simplify-defun-sk-programmatic
                • Simplify-defun-programmatic
                • Simplify-defun+
                • Common-options
                • Common-concepts
              • Std/util
              • Defdata
              • Defrstobj
              • Seq
              • Match-tree
              • Defrstobj
              • With-supporters
              • Def-partial-measure
              • Template-subst
              • Soft
              • Defthm-domain
              • Event-macros
              • Def-universal-equiv
              • Def-saved-obligs
              • With-supporters-after
              • Definec
              • Sig
              • Outer-local
              • Data-structures
            • Add-macro-fn
            • Check-vars-not-free
            • Safe-mode
            • Trans1
            • Defmacro-untouchable
            • Set-duplicate-keys-action
            • Add-macro-alias
            • Magic-macroexpand
            • Defmacroq
            • Trans!
            • Remove-macro-fn
            • Remove-macro-alias
            • Add-binop
            • Untrans-table
            • Trans*-
            • Remove-binop
            • Tcp
            • Tca
          • Installation
          • Mailing-lists
        • 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)))))