package lsp

  1. Overview
  2. Docs
LSP protocol implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

jsonrpc-1.2.0.tbz
sha256=e4e56590b9af02160e5af7733763897d7cfe3f9b876692af4d4184ab0fce4bcb
sha512=724d5190a678ca8a3f3c13915cbfcf8d3cce8efa43e0dde130b14c45065b6ccd22507951e79977bcecf361c7928f271d312b87642bb2c52f33669c3e952a7e1b

doc/lsp.stdune/Stdune/Dyn/index.html

Module Stdune.Dyn

type t =
  1. | Opaque
  2. | Unit
  3. | Int of int
  4. | Int64 of int64
  5. | Bool of bool
  6. | String of string
  7. | Bytes of bytes
  8. | Char of char
  9. | Float of float
  10. | Option of t option
  11. | List of t list
  12. | Array of t array
  13. | Tuple of t list
  14. | Record of (string * t) list
  15. | Variant of string * t list
  16. | Map of (t * t) list
  17. | Set of t list
module Encoder : sig ... end
val pp : t -> _ Pp.t
val opaque : t
val compare : t -> t -> Ordering.t
val hash : t -> int
val to_string : t -> string
type dyn = t
OCaml

Innovation. Community. Security.