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