package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Ppx_yojson_conv_lib.Yojsonable.S
type t
val t_of_yojson : Yojson.Safe.t -> t
val yojson_of_t : t -> Yojson.Safe.t
val equal : t -> t -> bool
val to_dyn : t -> Stdune.Dyn.t
val hash : t -> int
val to_path : t -> string
val of_path : string -> t
val to_string : t -> string
val pp : Stdlib.Format.formatter -> t -> unit