• 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
        • Semantics
        • Abstract-syntax
          • Aexp
          • Bexp
          • Comm
            • Comm-case
            • Comm-if
              • Make-comm-if
              • Comm-if->then
              • Comm-if->else
              • Comm-if->cond
              • Change-comm-if
            • Comm-equiv
            • Comm-while
            • Comm-asg
            • Commp
            • Comm-kind
            • Comm-fix
            • Comm-count
          • Comm-list
          • Command-fixtypes
        • Interpreter
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Riscv
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • 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
  • Comm

Comm-if

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

Fields
cond — bexp
then — comm-list
else — comm-list

Subtopics

Make-comm-if
Basic constructor macro for comm-if structures.
Comm-if->then
Get the then field from a comm-if.
Comm-if->else
Get the else field from a comm-if.
Comm-if->cond
Get the cond field from a comm-if.
Change-comm-if
Modifying constructor for comm-if structures.