You can search for identifiers within the package.
in-package search v0.2.0
Colors handling
type t = int * int * int
Type of colors, using rgb format
val rgb : int -> int -> int -> t
Constructor
val red : t
Predefined colors
val green : t
val blue : t
val white : t
val black : t