• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
        • Bv
        • Imp-language
          • Semantics
          • Abstract-syntax
            • Aexp
            • Bexp
            • Comm
              • Comm-case
              • Comm-if
              • Comm-equiv
              • Comm-while
                • Make-comm-while
                • Comm-while->body
                • Comm-while->cond
                • Change-comm-while
              • Comm-asg
              • Commp
              • Comm-kind
              • Comm-fix
              • Comm-count
            • Comm-list
            • Command-fixtypes
          • Interpreter
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
        • Syntheto
        • File-io-light
        • Cryptography
        • Number-theory
        • Lists-light
        • Axe
        • Builtins
        • Solidity
        • Helpers
        • Htclient
        • Typed-lists-light
        • Arithmetic-light
      • X86isa
      • Axe
      • Execloader
    • Math
    • Testing-utilities
  • Comm

Comm-while

This is a product type, introduced by fty::deftagsum in support of comm.

Fields
cond — bexp
body — comm-list

Subtopics

Make-comm-while
Basic constructor macro for comm-while structures.
Comm-while->body
Get the body field from a comm-while.
Comm-while->cond
Get the cond field from a comm-while.
Change-comm-while
Modifying constructor for comm-while structures.