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