merlin-lib.dot_protocol
Merlin_dot_protocol.Make
Provided for projects using merlin as a library in order to use custom IO implementation
merlin-lib.analysis
merlin-lib.commands
merlin-lib.config
merlin-lib.extend
merlin-lib.kernel
merlin-lib.ocaml_compression
merlin-lib.ocaml_merlin_specific
merlin-lib.ocaml_parsing
merlin-lib.ocaml_preprocess
merlin-lib.ocaml_typing
merlin-lib.ocaml_utils
merlin-lib.os_ipc
merlin-lib.query_commands
merlin-lib.query_protocol
merlin-lib.sherlodoc
merlin-lib.utils
module IO : sig ... end
module Chan : sig ... end
type 'a io = 'a IO.t
type in_chan = Chan.in_chan
type out_chan = Chan.out_chan
val read : in_chan -> (directive list, read_error) Merlin_utils.Std.Result.t io
read reads one csexp from the channel and returns the list of directives it represents
read
val write : out_chan -> directive list -> unit io
module Commands : sig ... end