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
When people write (-> {} (merge a) (merge b)) this is probably intentional since it's kind of obvious you're doing two merges which could be one, but for step-by-step reasoning this code is organized differently. The linter could be made to warn only if the nested call really only happens positionally nested, not logically nested