package plotly

  1. Overview
  2. Docs
type 'a t =
  1. | Float : float t
  2. | String : string t
  3. | Array : 'a t -> 'a array t
type type_ =
  1. | Type : _ t -> type_
OCaml

Innovation. Community. Security.