• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Error-checking
        • Apt
        • Abnf
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Prime-field-constraint-systems
        • Soft
        • Bv
        • Imp-language
        • Event-macros
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Java
        • C
        • Syntheto
          • Process-syntheto-toplevel-fn
          • Translation
            • Trans-state
            • Translate-to-ACL2-fn
            • Translate-to-ACL2
            • Set-trans-state
            • Language
            • Process-syntheto-toplevel
            • Shallow-embedding
          • Number-theory
          • Cryptography
          • Lists-light
          • File-io-light
          • Json
          • Built-ins
          • Solidity
          • Axe
          • Std-extensions
          • Htclient
          • Typed-lists-light
          • Arithmetic-light
        • X86isa
        • Execloader
        • Axe
      • Testing-utilities
      • Math
    • Translation

    Set-trans-state

    Macro: set-trans-state

    (defmacro set-trans-state (tstate)
              (declare (xargs :guard (trans-statep tstate)))
              (cons 'table
                    (cons 'trans-state-table
                          (cons ':state
                                (cons (cons 'quote (cons tstate 'nil))
                                      'nil)))))