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