Defstruct-info-option
Fixtype of
optional information about shallowly embedded C structures.
This is an option type introduced by fty::defoption.
Note that defoption is just a wrapper for fty::defflexsum, so there are :none and :some member
types, a case macro, and so forth.
Member Types
- :none → defstruct-info-option-none
- Represents that no defstruct-info-option is available, i.e., Nothing or None.
- :some → defstruct-info-option-some
- An available defstruct-info-option, i.e., Just val or Some val.
Subtopics
- Defstruct-info-option-fix
- Fixing function for defstruct-info-option structures.
- Defstruct-info-option-equiv
- Basic equivalence relation for defstruct-info-option structures.
- Defstruct-info-option-case
- Case macro for the different kinds of defstruct-info-option structures.
- Defstruct-info-option-some
- An available defstruct-info-option, i.e., Just val or Some val.
- Defstruct-info-option-none
- Represents that no defstruct-info-option is available, i.e., Nothing or None.
- Defstruct-info-optionp
- Recognizer for defstruct-info-option structures.