package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
  • deprecated Use Parser module instead
type t
module Monad : sig ... end
val read_string : t -> int -> (string, string) Stdlib.result Monad.t
val read_char : t -> (char, string) Stdlib.result Monad.t