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