`(? (atom {:a 1}))` Currently prints like this: ```Clojure Atom{:a 1} ``` Should be printed like this - not derefd, and same as other constructs that print their classname as a badge above value: ```Clojure Atom {:status :ready :val {:a 1}} ```