• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • 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
      • 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
          • 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
        • 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
  • 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.