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