package kappa-library

  1. Overview
  2. Docs
type color =
  1. | Red
  2. | Grey
  3. | Lightblue
  4. | Black
val triple_of_color : color -> int * int * int
OCaml

Innovation. Community. Security.