• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Community
    • 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
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
          • Parser-output-to-values
          • Values
            • Value/valuelist/member/memberlist
              • Value
              • Member
              • Value-list
                • Value-list-equiv
                • Value-listp
                • Value-list-fix
                • Member-list
              • Value-option
              • Irr-value
              • Irr-member
            • Syntax
            • Patbind-pattern
            • Operations
          • 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
    • Value-list

    Value-list-fix

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

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

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