Maybe-indname-result
Option type; indname-result or nil.
This is an option type introduced by fty::defoption.
Note that defoption is just a wrapper for defflexsum, so there are :none and :some member
types, a case macro, and so forth.
Member Types
- :none → maybe-indname-result-none
- Represents that no maybe-indname-result is available, i.e., Nothing or None.
- :some → maybe-indname-result-some
- An available maybe-indname-result, i.e., Just val or Some val.
Subtopics
- Maybe-indname-result-fix
- Fixing function for maybe-indname-result structures.
- Maybe-indname-result-equiv
- Basic equivalence relation for maybe-indname-result structures.
- Maybe-indname-result-case
- Case macro for the different kinds of maybe-indname-result structures.
- Maybe-indname-result-some
- An available maybe-indname-result, i.e., Just val or Some val.
- Maybe-indname-result-none
- Represents that no maybe-indname-result is available, i.e., Nothing or None.
- Maybe-indname-result-p
- Recognizer for maybe-indname-result structures.