package lsp

  1. Overview
  2. Docs

doc/lsp.stdune/Stdune/Csexp/Parser/Stack/index.html

Module Parser.StackSource

Sourcetype t = Csexp.Make(Sexp).Parser.Stack.t =
  1. | Empty
  2. | Open of t
  3. | Sexp of Sexp.t * t
Sourceval to_list : t -> Sexp.t list
Sourceval open_paren : t -> t
Sourceval close_paren : t -> t
Sourceval add_atom : string -> t -> t
Sourceval add_token : [ `other ] Lexer.token -> t -> t
OCaml

Innovation. Community. Security.