• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Riscv
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
        • Transformations
        • Language
          • Abstract-syntax
          • Dynamic-semantics
          • Concrete-syntax
          • Static-soundness
          • Static-semantics
            • Static-safety-checking
            • Static-shadowing-checking
            • Mode-set-result
              • Mode-set-result-fix
              • Mode-set-result-equiv
              • Mode-set-result-ok
              • Mode-set-result-err
              • Mode-set-resultp
                • Mode-set-result-kind
              • Literal-evaluation
              • Static-identifier-checking
              • Static-safety-checking-evm
              • Mode-set
              • Modes
            • Errors
          • Yul-json
        • Zcash
        • Proof-checker-itp13
        • Regex
        • ACL2-programming-language
        • Json
        • Jfkr
        • Equational
        • Cryptography
        • Poseidon
        • Where-do-i-place-my-book
        • Axe
        • Bigmems
        • Builtins
        • Execloader
        • Aleo
        • Solidity
        • Paco
        • Concurrent-programs
        • Bls12-377-curves
      • Debugging
      • Std
      • Proof-automation
      • Macro-libraries
      • ACL2
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Math
      • Testing-utilities
    • Mode-set-result

    Mode-set-resultp

    Recognizer for mode-set-result structures.

    Signature
    (mode-set-resultp acl2::x) → *

    Definitions and Theorems

    Function: mode-set-resultp

    (defun mode-set-resultp (acl2::x)
      (declare (xargs :guard t))
      (let ((__function__ 'mode-set-resultp))
        (declare (ignorable __function__))
        (cond ((mode-setp acl2::x)
               (b* ((get acl2::x)) (mode-setp get)))
              (t (b* ((get acl2::x)) (reserrp get))))))