• 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
        • Syntax-for-tools
        • Atc
          • Atc-implementation
            • Atc-abstract-syntax
              • Irr-tyspecseq
              • Irr-tag-declon
              • Irr-param-declon
              • Irr-iconst-length
              • Irr-iconst
              • Irr-fundef
              • Irr-ext-declon
              • Irr-unop
              • Irr-tyname
              • Irr-transunit
              • Irr-stmt
              • Irr-initer
              • Irr-ident
              • Irr-fileset
                • Irr-expr
                • Irr-block-item
                • Irr-binop
                • Irr-file
              • Atc-pretty-printer
              • Atc-event-and-code-generation
              • Fty-pseudo-term-utilities
              • Atc-term-recognizers
              • Atc-input-processing
              • Atc-shallow-embedding
              • Atc-process-inputs-and-gen-everything
              • Atc-table
              • Atc-fn
              • Atc-pretty-printing-options
              • Atc-types
              • Atc-macro-definition
            • Atc-tutorial
          • Language
          • Representation
          • Transformation-tools
          • Insertion-sort
          • Pack
        • Farray
        • Rp-rewriter
        • Instant-runoff-voting
        • Imp-language
        • 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
    • Atc-abstract-syntax

    Irr-fileset

    An irrelevant file set.

    Signature
    (irr-fileset) → acl2::irr
    Returns
    acl2::irr — Type (filesetp acl2::irr).

    This can be used as a dummy value of the type.

    Definitions and Theorems

    Function: irr-fileset

    (defun irr-fileset nil
      (declare (xargs :guard t))
      (let ((__function__ 'irr-fileset))
        (declare (ignorable __function__))
        (make-fileset :path-wo-ext ""
                      :dot-h nil
                      :dot-c (irr-file))))

    Theorem: filesetp-of-irr-fileset

    (defthm filesetp-of-irr-fileset
      (b* ((acl2::irr (irr-fileset)))
        (filesetp acl2::irr))
      :rule-classes :rewrite)