This is more of a 'meta-issue' dealing with clarity of output. There's a couple of tasks that we definitely need to accomplish though:
- Ensure that we use
pretty-show (or better, pretty-simple) everywhere.
- Ensure that we 'defer' output as much as possible, relying on a type like
Doc to assemble the output, rather than raw strings.
There's probably more considerations here.
This is more of a 'meta-issue' dealing with clarity of output. There's a couple of tasks that we definitely need to accomplish though:
pretty-show(or better,pretty-simple) everywhere.Docto assemble the output, rather than raw strings.There's probably more considerations here.