package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t = ('a * 'b) list
val yojson_of_t : ('a -> Yojson.Safe.t) -> ('b -> 'c) -> ('d * 'e) list -> [> `Assoc of (string * 'f) list ]
val t_of_yojson : ([> `String of string ] -> 'a) -> (Yojson.Safe.t -> 'b) -> Yojson.Safe.t -> ('c * 'd) list