Case macro for the different kinds of pos-option structures.
This is an fty sum-type case macro, typically introduced by fty::defflexsum or fty::deftagsum. It allows you to safely check the type of a pos-option structure, or to split into cases based on its type.
In its short form,
(pos-option-case x :none)
can be used to determine whether
In its longer form,
(pos-option-case x :none ... :some ...)
It is also possible to consolidate ``uninteresting'' cases using
For convenience, the case macro automatically binds the fields of