Maybe-snippet-mismatch
Option type; snippet-mismatch or nil.
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 → maybe-snippet-mismatch-none
- Represents that no maybe-snippet-mismatch is available, i.e., Nothing or None.
- :some → maybe-snippet-mismatch-some
- An available maybe-snippet-mismatch, i.e., Just val or Some val.
Subtopics
- Maybe-snippet-mismatch-fix
- Fixing function for maybe-snippet-mismatch structures.
- Maybe-snippet-mismatch-equiv
- Basic equivalence relation for maybe-snippet-mismatch structures.
- Maybe-snippet-mismatch-case
- Case macro for the different kinds of maybe-snippet-mismatch structures.
- Maybe-snippet-mismatch-some
- An available maybe-snippet-mismatch, i.e., Just val or Some val.
- Maybe-snippet-mismatch-none
- Represents that no maybe-snippet-mismatch is available, i.e., Nothing or None.
- Maybe-snippet-mismatch-p
- Recognizer for maybe-snippet-mismatch structures.