stil4m/structured-writer - version: 1.0.3

for more information visit the package's GitHub page

Package contains the following modules:

Project Badge


Structured Writer

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"