Vl-maybe-module
Recognizer for an vl-module-p 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-module-none
- Represents that no vl-maybe-module is available, i.e., Nothing or None.
- :some → vl-maybe-module-some
- An available vl-maybe-module, i.e., Just val or Some val.
Subtopics
- Vl-maybe-module-fix
- Fixing function for vl-maybe-module structures.
- Vl-maybe-module-case
- Case macro for the different kinds of vl-maybe-module structures.
- Vl-maybe-module-equiv
- Basic equivalence relation for vl-maybe-module structures.
- Vl-maybe-module-some
- An available vl-maybe-module, i.e., Just val or Some val.
- Vl-maybe-module-none
- Represents that no vl-maybe-module is available, i.e., Nothing or None.
- Vl-maybe-module-p
- Recognizer for vl-maybe-module structures.