package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Empty
  2. | `Hlist of t list
  3. | `Pad of t
  4. | `Table of t array array
  5. | `Text of string
  6. | `Tree of t * t list
  7. | `Vlist of t list
]
val of_ktree : t ktree -> t
val map_ktree : ('a -> t) -> 'a ktree -> t
val to_box : t -> Box.t
val sprintf : ('a, Buffer.t, unit, t) Pervasives.format4 -> 'a
val render : Output.t -> t -> unit
val to_string : t -> string
val output : ?indent:int -> Pervasives.out_channel -> t -> unit
OCaml

Innovation. Community. Security.