package dap

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Debug_protocol.Value_formatSource

Sourcetype t = {
  1. hex : bool option;
    (*

    Display the value in hex.

    *)
}

Provides formatting information for a value.

Sourceval make : ?hex:bool option -> unit -> t
Sourceval to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.