Is there a way to pretty-print in REPL?

When running a command with a lot of output in REPL, it can be hard to read the result as there are no line breaks or indentation. Is there any way to pretty print the output of a command or of :json val?

Unfortunately, there is no pretty printing in daml repl at the moment. I opened Pretty printing in Daml Repl · Issue #12940 · digital-asset/daml · GitHub to track this.

2 Likes