Input-section-option
Fixtype of optional input sections.
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 → input-section-option-none
- Represents that no input-section-option is available, i.e., Nothing or None.
- :some → input-section-option-some
- An available input-section-option, i.e., Just val or Some val.
Subtopics
- Input-section-option-fix
- Fixing function for input-section-option structures.
- Input-section-option-equiv
- Basic equivalence relation for input-section-option structures.
- Input-section-option-case
- Case macro for the different kinds of input-section-option structures.
- Input-section-option-some
- An available input-section-option, i.e., Just val or Some val.
- Input-section-option-none
- Represents that no input-section-option is available, i.e., Nothing or None.
- Input-section-optionp
- Recognizer for input-section-option structures.