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