package lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Stdune.SexpSource

S-expressions

Sourcetype t = Csexp.t =
  1. | Atom of string
  2. | List of t list
Sourceval to_string : t -> string
Sourceval pp : t -> 'a Pp.t
Sourceval hash : t -> int
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> Ordering.t
Sourceval of_dyn : Dyn.t -> t
Sourceval to_dyn : t -> Dyn.t
Sourceval record : (string * t) list -> t
OCaml

Innovation. Community. Security.