package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. isIncomplete : bool;
  2. items : CompletionItem.t list;
}
val t_of_yojson : Yojson.Safe.t -> t
val yojson_of_t : t -> Yojson.Safe.t
val create : isIncomplete:bool -> items:CompletionItem.t list -> t
OCaml

Innovation. Community. Security.