package containers

  1. Overview
  2. Docs

Trivial printing, on a single line.

This is generally ugly, but it's simple and fast when we do not care about looks.

val to_out : Out.t -> t -> unit
val to_buffer : Stdlib.Buffer.t -> t -> unit
val to_string : t -> string