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