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