package lsp

  1. Overview
  2. Docs

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

Module Stdune.SexpSource

S-expressions

Sourcetype t =
  1. | Atom of string
  2. | List of t list
Sourceval to_string : t -> string
Sourceval pp : Format.formatter -> t -> unit
Sourceval hash : t -> int
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> Ordering.t
Sourceval of_dyn : Dyn.t -> t
OCaml

Innovation. Community. Security.