package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val create : unit -> t
type !'a token = 'a Csexp.Make(Sexp).Parser.Lexer.token =
  1. | Await : [> `other ] token
  2. | Lparen : [> `other ] token
  3. | Rparen : [> `other ] token
  4. | Atom : int -> [> `atom ] token
val feed : t -> char -> [ `atom | `other ] token
val feed_eoi : t -> unit