package smart-print

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

A pretty-printer for the pretty-printer itself.

val pp_document : t -> t

Pretty-print a document's structure.

val pp_document_after_rendering : int -> int -> t -> t

Pretty-print a document's structure after rendering (transformation of some spaces to newlines).