Module Merlin_dot_protocolSource
Source
module Make
(IO : sig ... end)
(Chan : sig ... end) :
Merlin_dot_protocol.S
with type 'a io = 'a IO.t
and type in_chan = Chan.in_chan
and type out_chan = Chan.out_chanProvided for projects using merlin as a library in order to use custom IO implementation
Source
module Blocking :
Merlin_dot_protocol.S
with type 'a io = 'a
and type in_chan = Stdlib.in_channel
and type out_chan = Stdlib.out_channel