package dap

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | String
  2. | Number
  3. | Boolean
  4. | Unix_timestamp_utc

Datatype of values in this column. Defaults to 'string' if not specified.

include JSONABLE with type t := t
val to_yojson : t -> Yojson.Safe.t