package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Csexp.Make(Sexp).Parser.Stack.t =
  1. | Empty
  2. | Open of t
  3. | Sexp of Sexp.t * t
val to_list : t -> Sexp.t list
val open_paren : t -> t
val close_paren : t -> t
val add_atom : string -> t -> t
val add_token : [ `other ] Lexer.token -> t -> t