package pprint

  1. Overview
  2. Docs
method char : char -> unit

char c sends the character c to the output channel.

method substring : string -> int -> int -> unit

substring s ofs len sends the substring of s delimited by the offset ofs and the length len to the output channel.

OCaml

Innovation. Community. Security.