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
Some tagged elements, like unrepl/object, have data structures as their "element", and in this cases, we want to make sure these data structures are not elided when :nesting-depth is reached.
Some tagged elements, like
unrepl/object
, have data structures as their "element", and in this cases, we want to make sure these data structures are not elided when:nesting-depth
is reached.Example:
In this snippet, the most nested element is a tagged
#unrepl/object
, which is represented by a vector and it's elided.a4bfbfe is a step towards solving this.
The text was updated successfully, but these errors were encountered: