package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type json = t
type nonrec t = (string * t) list
val yojson_of_t : (string * Ppx_yojson_conv_lib.Yojson.Safe.t) list -> json
val t_of_yojson : json -> t