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