package lsp

  1. Overview
  2. Docs

doc/lsp.stdune/Stdune/Id/module-type-S/index.html

Module type Id.SSource

type t
module Set : Set.S with type elt = t
module Map : Map.S with type key = t
module Table : Hashtbl.S with type key = t
val gen : unit -> t

Generate a new id.

val peek : unit -> t

Get the next id that would be generated, without actually generating it.

val to_int : t -> int

Convert the id to an integer.

val compare : t -> t -> Ordering.t

Compare two ids.

val equal : t -> t -> bool
val hash : t -> int
val to_dyn : t -> Dyn.t
OCaml

Innovation. Community. Security.