• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • 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
        • C
        • Soft
        • Bv
        • Imp-language
          • Semantics
          • Abstract-syntax
            • Aexp
            • Bexp
            • Comm
            • Comm-list
              • Comm-list-equiv
              • Comm-listp
              • Comm-list-fix
              • Command-fixtypes
            • Interpreter
          • Ethereum
          • Event-macros
          • Java
          • Riscv
          • Bitcoin
          • Zcash
          • Yul
          • ACL2-programming-language
          • Prime-fields
          • Json
          • Syntheto
          • File-io-light
          • Cryptography
          • Number-theory
          • Axe
          • Lists-light
          • Builtins
          • Solidity
          • Helpers
          • Htclient
          • Typed-lists-light
          • Arithmetic-light
        • X86isa
        • Axe
        • Execloader
      • Math
      • Testing-utilities
    • Comm-list

    Comm-list-fix

    (comm-list-fix x) is a usual ACL2::fty list fixing function.

    Signature
    (comm-list-fix x) → fty::newx
    Arguments
    x — Guard (comm-listp x).
    Returns
    fty::newx — Type (comm-listp fty::newx).

    In the logic, we apply comm-fix to each member of the x. In the execution, none of that is actually necessary and this is just an inlined identity function.