Defobject-info-option
Fixtype of optional information about
shallowly embedded C external objects.
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 → defobject-info-option-none
- Represents that no defobject-info-option is available, i.e., Nothing or None.
- :some → defobject-info-option-some
- An available defobject-info-option, i.e., Just val or Some val.
Subtopics
- Defobject-info-option-fix
- Fixing function for defobject-info-option structures.
- Defobject-info-option-equiv
- Basic equivalence relation for defobject-info-option structures.
- Defobject-info-option-case
- Case macro for the different kinds of defobject-info-option structures.
- Defobject-info-option-some
- An available defobject-info-option, i.e., Just val or Some val.
- Defobject-info-option-none
- Represents that no defobject-info-option is available, i.e., Nothing or None.
- Defobject-info-optionp
- Recognizer for defobject-info-option structures.