Initer-option
Fixtype of optional initializers.
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 → initer-option-none
- Represents that no initer-option is available, i.e., Nothing or None.
- :some → initer-option-some
- An available initer-option, i.e., Just val or Some val.
Initializers are defined in initer.
Subtopics
- Initer-option-case
- Case macro for the different kinds of initer-option structures.
- Initer-option-equiv
- Basic equivalence relation for initer-option structures.
- Initer-option-some
- An available initer-option, i.e., Just val or Some val.
- Initer-optionp
- Recognizer for initer-option structures.
- Initer-option-none
- Represents that no initer-option is available, i.e., Nothing or None.
- Initer-option-fix
- Fixing function for initer-option structures.
- Initer-option-count
- Measure for recurring over initer-option structures.