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