package linol-lwt

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

Module Linol_lwt.ProgressParamsSource

Sourcetype 'a t = {
  1. token : [ `Int of int | `String of string ];
  2. value : 'a;
}
Sourceval create : token:[ `Int of int | `String of string ] -> value:'a -> 'a t
include Linol_lsp.Import.Json.Jsonable.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.