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.