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