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
Also applying cons to nil, eg: (cons 'x nil) now produces a List
as per Clojure rather than a Cons. This is important when trying to
handle metadata correctly as a List is a collection and thus preserves
metadata when emptied or conj'ed.
0 commit comments