for more information visit the package's GitHub page
Package contains the following modules:
Allows you to create strings for certain structures
import StructuredWriter exposing (..)
write (parensComma False [string "a", string "b", string "c"] ) == "(a, b, c)"
write (indent 2 (breaked [string "a", string "b"])) == " a\n b"