package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type server
type context
type client = {
  1. context : context;
  2. wd : string;
  3. environ : string;
  4. argv : string array;
}
val server_setup : string -> string -> server option
val server_accept : server -> timeout:float -> client option
val server_close : server -> unit
val context_setup : context -> unit
val context_close : context -> return_code:int -> unit
val merlin_set_environ : string -> unit

completely replace the environment

val merlin_dont_inherit_stdio : bool -> unit