• 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
          • Syntax-for-tools
            • Formalized-subset
            • Mapping-to-language-definition
            • Input-files
            • Compilation-database
            • Printer
            • Output-files
              • Output-files-implementation
              • Output-files-prog
                • Output-files-prog-fn
                  • Output-files-prog-definition
              • Abstract-syntax-operations
              • Implementation-environments
              • Abstract-syntax
              • Concrete-syntax
              • Disambiguation
              • Validation
              • Gcc-builtins
              • Preprocessing
              • Parsing
            • Atc
            • Transformation-tools
            • Language
            • Representation
            • Insertion-sort
            • Pack
          • Soft
          • Bv
          • Imp-language
          • 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
    • Output-files-prog

    Output-files-prog-fn

    Implementation of output-files-prog.

    Signature
    (output-files-prog-fn arg args state) → (mv erp state)
    Arguments
    args — Guard (true-listp args).

    We set the flag progp for the programmatic interface to t. We ignore the event returned as result, and instead return the file set.

    Definitions and Theorems

    Function: output-files-prog-fn

    (defun output-files-prog-fn (arg args state)
     (declare (xargs :stobjs (state)))
     (declare (xargs :guard (true-listp args)))
     (let ((__function__ 'output-files-prog-fn))
       (declare (ignorable __function__))
       (b*
        (((reterr) state)
         ((erp state)
          (output-files-process-inputs-and-gen-files arg args t state)))
        (retok state))))