You can search for identifiers within the package.
in-package search v0.2.0
type t
val apply : t -> string -> string
Apply a color to a string, and then reset colors.
val (++) : t -> t -> t
Combine two colors.
Example: Color.(bold ++ FG.red ++ BG.white)
Color.(bold ++ FG.red ++ BG.white)
val reset : t
val bold : t
module FG : sig ... end
Foreground colors.
module BG : sig ... end
Background colors.