merlin-lib.dot_protocol
Merlin_dot_protocol.Blocking
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
type 'a io = 'a
type in_chan = in_channel
type out_chan = out_channel
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