Module

Data.Text.Format.Dodo.Printer

Package
purescript-text-formatting
Repository
shamansir/purescript-text-formatting

#Buffer Source

type Buffer a = Doc a

#initBuffer Source

initBuffer :: forall a. Buffer a

#withLast Source

withLast :: forall a. List a -> (a -> a) -> List a

#printer Source

printer :: forall (x :: OutputKind) a. Renderer x => Proxy x -> Printer (Buffer a) Directive (Doc a)

#addDebugTrace Source

addDebugTrace :: forall buf ann res. Show buf => Printer buf ann res -> Printer buf ann res