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