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