• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
      • B*
      • Defunc
      • Fty
      • Apt
        • Simplify-defun
        • Isodata
        • Tailrec
        • Schemalg
        • Restrict
        • Expdata
        • Casesplit
        • Simplify-term
        • Simplify-defun-sk
        • Parteval
          • Parteval-implementation
            • Parteval-event-generation
            • Parteval-fn
            • Parteval-input-processing
              • Parteval-process-inputs
              • Parteval-unchanging-static-in-rec-calls-p
              • Parteval-process-static-terms
              • Parteval-unchanging-static-in-rec-args-p
              • Parteval-process-thm-name
              • Parteval-process-static
              • Parteval-process-old
              • Parteval-case-of-old
            • Parteval-macro-definition
        • 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
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Parteval-implementation

Parteval-input-processing

Input processing performed by parteval.

See input processing for general background.

Subtopics

Parteval-process-inputs
Process all the inputs.
Parteval-unchanging-static-in-rec-calls-p
Check if the static parameters do not change in the arguments of the recursive calls of old.
Parteval-process-static-terms
Process the c1, ..., cm parts of the static input.
Parteval-unchanging-static-in-rec-args-p
Check if the static parameters do not change in the arguments of a recursive call of old.
Parteval-process-thm-name
Process the :thm-name input.
Parteval-process-static
Process the static input.
Parteval-process-old
Process the old input.
Parteval-case-of-old
Classify old into one of the three cases described in the reference documentation.