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