package lsp

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

Module Types.ProgressParamsSource

Sourcetype 'a t = {
  1. token : ProgressToken.t;
  2. value : 'a;
}
Sourceval create : token:ProgressToken.t -> value:'a -> 'a t
include Ppx_yojson_conv_lib.Yojsonable.S1 with type 'a t := 'a t
Sourceval t_of_yojson : (Yojson.Safe.t -> 'a) -> Yojson.Safe.t -> 'a t
Sourceval yojson_of_t : ('a -> Yojson.Safe.t) -> 'a t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.