package forester

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

Module Forester_lsp.Lsp_stateSource

Sourcetype state = {
  1. forest : Forester_compiler.State.t;
  2. should_shutdown : bool;
  3. lsp_io : LspEio.io;
}
Sourcemodule M : sig ... end
include module type of struct include M end
Sourceval get : unit -> state
Sourceval set : state -> unit
Sourceval modify : (state -> state) -> unit
Sourceval run : init:state -> (unit -> 'a) -> 'a
Sourceval register_printer : ([ `Get | `Set of state ] -> string option) -> unit
OCaml

Innovation. Community. Security.