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