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