A string builder can be used to construct multi-line string literals in a
monadic way. This is primarily meant for test suites that use a lot of
multi-line string literals, and when it really matters that the syntax is as
easy on the eyes as it can get.