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
A pick expression should highlight the same in (local (_ a b) (fn)) and (let [(_ a b) (fn)] ...), but in let, the first item is treated as a function by the highlighter:
The text was updated successfully, but these errors were encountered:
A pick expression should highlight the same in
(local (_ a b) (fn))
and(let [(_ a b) (fn)] ...)
, but in let, the first item is treated as a function by the highlighter:The text was updated successfully, but these errors were encountered: