
18 Sep
2009
18 Sep
'09
7:55 a.m.
Is it possible that the pretty-printing <> is in fact just another instance of the Monoidal mappend?
Yes. (<>) :: Doc -> Doc -> Doc Source Beside. <> is associative, with identity empty. http://haskell.org/ghc/docs/latest/html/libraries/pretty/Text-PrettyPrint-Hu...<> -- JP