merlin-lib.dot_protocol
Merlin_dot_protocol
merlin-lib.analysis
merlin-lib.commands
merlin-lib.config
merlin-lib.extend
merlin-lib.index_format
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 Directive : sig ... end
type directive = Directive.Processed.t
type read_error =
| Unexpected_output of string
| Csexp_parse_error of string
type command =
| File of string
| Halt
| Unknown
module type S = sig ... end
module Make (IO : sig ... end) (Chan : sig ... end) : S with type 'a io = 'a IO.t and type in_chan = Chan.in_chan and type out_chan = Chan.out_chan
Provided for projects using merlin as a library in order to use custom IO implementation
module Blocking : S with type 'a io = 'a and type in_chan = Stdlib.in_channel and type out_chan = Stdlib.out_channel