package dap

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Int of int
  2. | String of string
val of_yojson : [> `Int of int | `String of string ] -> (t, string) Stdlib.result
val to_yojson : t -> [> `Int of int | `String of string ]