package calli

  1. Overview
  2. Docs
type t =
  1. | Label of string
  2. | Shape of Shape.t
  3. | Color of Color.t
  4. | Style of Style.t
  5. | FillColor of Color.t
  6. | ToolTip of string
val pp : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.