Module

Prettier.Printer

Package
purescript-prettier-printer
Repository
paulyoung/purescript-prettier-printer

#Doc Source

data Doc

#below Source

below :: DOC -> DOC -> DOC

#beside Source

beside :: DOC -> DOC -> DOC

#besideOrBelow Source

#bracket' Source

bracket' :: Int -> String -> DOC -> String -> DOC

#bracket Source

#fill Source

#fillwords Source

#folddoc Source

folddoc :: (DOC -> DOC -> DOC) -> List DOC -> DOC

#group Source

group :: DOC -> DOC

#layout Source

#nest Source

nest :: Int -> DOC -> DOC

#pretty Source

pretty :: Int -> DOC -> String

#spread Source

#stack Source

#(<+>) Source

Operator alias for Prettier.Printer.beside (right-associative / precedence 6)

#(</>) Source

Operator alias for Prettier.Printer.below (right-associative / precedence 5)

#(<+/>) Source

Operator alias for Prettier.Printer.besideOrBelow (right-associative / precedence 6)