• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
      • B*
      • Defunc
      • Fty
      • Apt
      • Std/util
        • Defprojection
        • Deflist
        • Defaggregate
        • Define
        • Defmapping
        • Defenum
        • Add-io-pairs
        • Defalist
        • Defmapappend
        • Returns-specifiers
        • Defarbrec
          • Defarbrec-implementation
            • Defarbrec-event-generation
            • Defarbrec-input-processing
              • Defarbrec-process-terminates-name
              • Defarbrec-process-body
              • Defarbrec-process-inputs
              • Defarbrec-process-update-names
              • Defarbrec-process-measure-name
              • Defarbrec-default-update-names
              • Defarbrec-process-nonterminating
              • Defarbrec-process-x1...xn
              • Defarbrec-process-print
              • Defarbrec-process-fn
              • Defarbrec-process-show-only
              • Defarbrec-printp
            • Defarbrec-check-redundancy
            • Defarbrec-fn
            • Defarbrec-table
            • Defarbrec-macro-definition
        • Defines
        • Define-sk
        • Error-value-tuples
        • Defmax-nat
        • Defmin-int
        • Deftutorial
        • Extended-formals
        • Defrule
        • Defval
        • Defsurj
        • Defiso
        • Defconstrained-recognizer
        • Deffixer
        • Defmvtypes
        • Defconsts
        • Defthm-unsigned-byte-p
        • Support
        • Defthm-signed-byte-p
        • Defthm-natp
        • Defund-sk
        • Defmacro+
        • Defsum
        • Defthm-commutative
        • Definj
        • Defirrelevant
        • Defredundant
      • 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
  • Defarbrec-implementation

Defarbrec-input-processing

Input processing performed by defarbrec.

This involves validating the inputs. When validation fails, soft errors occur. Thus, generally the input processing functions return error triples.

Subtopics

Defarbrec-process-terminates-name
Process the :terminates-name input.
Defarbrec-process-body
Process the body input.
Defarbrec-process-inputs
Process all the inputs.
Defarbrec-process-update-names
Process the :update-names input.
Defarbrec-process-measure-name
Process the :measure-name input.
Defarbrec-default-update-names
Default names of the iterated argument update functions.
Defarbrec-process-nonterminating
Process the :nonterminating input.
Defarbrec-process-x1...xn
Process the (x1 ... xn) input.
Defarbrec-process-print
Process the :print input.
Defarbrec-process-fn
Process the fn input.
Defarbrec-process-show-only
Process the :show-only input.
Defarbrec-printp
Recognize the allowed values of the :print input.