package ocb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Green
  2. | Blue
  3. | Red
  4. | Yellow
  5. | Orange
  6. | Purple
  7. | Pink
  8. | Grey
  9. | Cyan
  10. | Black
  11. | Custom of string
val pp : Stdlib.Format.formatter -> t -> unit
val of_string : string -> t