lsp.stdune
Stdune.Sexp
S-expressions
lsp
lsp.fiber
lsp.fiber_unix
type t =
| Atom of string
| List of t list
val to_string : t -> string
val pp : Format.formatter -> t -> unit
val hash : t -> int
val equal : t -> t -> bool
val compare : t -> t -> Ordering.t
val of_dyn : Dyn.t -> t