package pla

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. buffer : Stdlib.Buffer.t;
  2. mutable indent : int;
  3. mutable space : string;
  4. mutable indented : bool;
}

Text buffer use by Pla

val empty : unit -> t
val contents : t -> string
val newline : t -> unit
val indent : t -> unit
val outdent : t -> unit
val append : t -> string -> unit
OCaml

Innovation. Community. Security.