Is there a way to overload pp for define-types? (maybe some undocumented arg in (define-type ...) ?) I would like to change how they're printed. Also, can I override existing ones, like f32vector? When I have something that's 1000 f32's, I'd prefer an output of <#f32vector ...> rather than all 1000 elems.<br>
<br>Thanks!<br><br>(If not, I'll just define a separate command like pp2 and use that instead, but overloading pp somehow seems more elegant).<br>