package dap

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

Module Debug_protocol.Int_or_stringSource

Sourcetype t =
  1. | Int of int
  2. | String of string
Sourceval of_yojson : [> `Int of int | `String of string ] -> (t, string) result
Sourceval to_yojson : t -> [> `Int of int | `String of string ]
OCaml

Innovation. Community. Security.