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