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