• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
      • Std/lists
      • Std/alists
      • Obags
      • 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
        • Define-sk
        • Defines
        • 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
      • Std/strings
      • Std/osets
      • Std/io
      • Std/basic
      • Std/system
      • Std/typed-lists
      • Std/bitsets
      • Std/testing
      • Std/typed-alists
      • Std/stobjs
    • Proof-automation
    • Macro-libraries
    • 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.