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