Hey,

I usually inspect a lot with arrays and since recently, I don't see really an array content, just number of items, eg:

#( #('a' 'b') #('b')) -> inspect

an Array [2 items]
an Array [1 item]

Instead of:
#( #('a' 'b') #('b'))

This is -- for me -- super-annoying. do you think an original functionality can be returned back, or you have some serious reasons to have it like this?

Cheers,
Jan