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