Module Merlin_extend.Extend_protocol
module Reader : sig ... endtype request = | Start_communication| Reader_request of Merlin_extend.Extend_protocol.Reader.request
type response = | Notify of string| Debug of string| Exception of string * string| Reader_response of Merlin_extend.Extend_protocol.Reader.response