It feels a little odd to me that Pretty is in base but there doesn't really seem to be any way to render it to Text. Should a render exist (or be exposed if it already exists)? It seems like it could be useful for pretty-printing structures like JSON, custom ASTs, etc.
It feels a little odd to me that
Prettyis in base but there doesn't really seem to be any way to render it toText. Should a render exist (or be exposed if it already exists)? It seems like it could be useful for pretty-printing structures like JSON, custom ASTs, etc.