package omod

  1. Overview
  2. Docs

Formatting.

val ansi_tty : bool ref

ansi_tty determines whether ANSI formatting is performed or not.

type 'a t = Format.formatter -> 'a -> unit

The type for formatters of value of type 'a.

val string : string t
val list : ?sep:unit t -> 'a t -> 'a list t
val tty_str : mode:string -> string t

tty_str ~mode formats string with ANSI mode mode.

val faint : string t

faint formats a string with less contrast.