You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(patterns): Expand special-casing of "optionality" patterns
Rather than limiting the special behavior to `M.or(M.undefined(), other)`, also
apply it to `M.or(undefined, other)` and to reversed-order analogs (i.e.,
`other`-first).
0 commit comments