Hello,
I am using the pretty printer combinators coming with Hugs.
I want to arrange documents in a row, e.g. I want to print
something like
1 4
2 5
3 6
1 4
where 2 and 5 are documents produced by vcat.
3 6
Unfortunately, the best result I managed to obtained looked like:
1
2
4 2
3
5
(I used hsep for this.)
It seems to me that the functionality I am looking for is missing.
Am I right? If yes, are there any alternatives? Maybe some HTML renderer
producing ASCII?
Thank you,
Michael Marte
