• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
      • Sv
      • Fgl
      • Vwsim
      • Vl
        • Syntax
        • Loader
        • Warnings
        • Getting-started
        • Utilities
        • Printer
        • Kit
          • Vl-lint
          • Vl-server
          • Vl-gather
          • Vl-zip
            • Vl-zip-opts-p
            • Vl-zipfile
              • Vl-zipfile-fix
              • Vl-read-zip-header
              • Vl-maybe-zipfile
                • Vl-maybe-zipfile-fix
                • Vl-maybe-zipfile-equiv
                • Vl-maybe-zipfile-case
                • Vl-maybe-zipfile-some
                • Vl-maybe-zipfile-none
                • Vl-maybe-zipfile-p
              • Vl-read-zip
              • Make-vl-zipfile
              • Vl-zipfile-equiv
              • Vl-zipfile-p
              • Change-vl-zipfile
              • Vl-zipfile->syntax
              • Vl-zipfile->filemap
              • Vl-zipfile->design
              • Vl-zipfile->defines
              • Vl-zipfile->name
              • Vl-zipfile->ltime
              • Vl-zipfile->date
              • Vl-write-zip
            • *vl-zip-help*
            • Vl-zip-top
            • Vl-zip-main
          • Vl-main
          • Split-plusargs
          • Vl-shell
          • Vl-json
        • Mlib
        • Transforms
      • X86isa
      • Svl
      • Rtl
    • Software-verification
    • Math
    • Testing-utilities
  • Vl-zipfile

Vl-maybe-zipfile

Option type; vl-zipfile or nil.

This is an option type introduced by defoption. Note that defoption is just a wrapper for defflexsum, so there are :none and :some member types, a case macro, and so forth.

Member Types
:none → vl-maybe-zipfile-none
Represents that no vl-maybe-zipfile is available, i.e., Nothing or None.
:some → vl-maybe-zipfile-some
An available vl-maybe-zipfile, i.e., Just val or Some val.

Subtopics

Vl-maybe-zipfile-fix
Fixing function for vl-maybe-zipfile structures.
Vl-maybe-zipfile-equiv
Basic equivalence relation for vl-maybe-zipfile structures.
Vl-maybe-zipfile-case
Case macro for the different kinds of vl-maybe-zipfile structures.
Vl-maybe-zipfile-some
An available vl-maybe-zipfile, i.e., Just val or Some val.
Vl-maybe-zipfile-none
Represents that no vl-maybe-zipfile is available, i.e., Nothing or None.
Vl-maybe-zipfile-p
Recognizer for vl-maybe-zipfile structures.