package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Default
  2. | Black
    (*

    black

    *)
  3. | Blue
    (*

    blue

    *)
  4. | Brown
    (*

    brown

    *)
  5. | Gray
    (*

    gray

    *)
  6. | Green
    (*

    green

    *)
  7. | Orange
    (*

    orange

    *)
  8. | Pink
    (*

    pink

    *)
  9. | Purple
    (*

    purple

    *)
  10. | Red
    (*

    red

    *)
  11. | Teal
    (*

    teal

    *)
  12. | White
    (*

    white

    *)
  13. | Yellow
    (*

    yellow

    *)
val to_string : t -> string
val of_string : string -> t