Module Merlin_extend.Extend_protocol
Source
Sourcetype description = {
name : string;
version : string;
}
Sourcetype capabilities = {
reader : bool;
}
Sourcetype response =
| Notify of string
| Debug of string
| Exception of string * string
| Reader_response of Reader.response