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