mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 19:25:38 -05:00
2 lines
4.4 KiB
HTML
2 lines
4.4 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Server_notification (lsp.Lsp.Server_notification)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 2.4.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../../index.html">lsp</a> » <a href="../index.html">Lsp</a> » Server_notification</nav><header class="odoc-preamble"><h1>Module <code><span>Lsp.Server_notification</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span><span> = </span></code><ol><li id="type-t.PublishDiagnostics" class="def variant constructor anchored"><a href="#type-t.PublishDiagnostics" class="anchor"></a><code><span>| </span><span><span class="constructor">PublishDiagnostics</span> <span class="keyword">of</span> <a href="../Types/PublishDiagnosticsParams/index.html#type-t">Types.PublishDiagnosticsParams.t</a></span></code></li><li id="type-t.ShowMessage" class="def variant constructor anchored"><a href="#type-t.ShowMessage" class="anchor"></a><code><span>| </span><span><span class="constructor">ShowMessage</span> <span class="keyword">of</span> <a href="../Types/ShowMessageParams/index.html#type-t">Types.ShowMessageParams.t</a></span></code></li><li id="type-t.LogMessage" class="def variant constructor anchored"><a href="#type-t.LogMessage" class="anchor"></a><code><span>| </span><span><span class="constructor">LogMessage</span> <span class="keyword">of</span> <a href="../Types/LogMessageParams/index.html#type-t">Types.LogMessageParams.t</a></span></code></li><li id="type-t.LogTrace" class="def variant constructor anchored"><a href="#type-t.LogTrace" class="anchor"></a><code><span>| </span><span><span class="constructor">LogTrace</span> <span class="keyword">of</span> <a href="../Types/LogTraceParams/index.html#type-t">Types.LogTraceParams.t</a></span></code></li><li id="type-t.TelemetryNotification" class="def variant constructor anchored"><a href="#type-t.TelemetryNotification" class="anchor"></a><code><span>| </span><span><span class="constructor">TelemetryNotification</span> <span class="keyword">of</span> <a href="../Import/Json/index.html#type-t">Import.Json.t</a></span></code></li><li id="type-t.CancelRequest" class="def variant constructor anchored"><a href="#type-t.CancelRequest" class="anchor"></a><code><span>| </span><span><span class="constructor">CancelRequest</span> <span class="keyword">of</span> <a href="../../../jsonrpc/Jsonrpc/Id/index.html#type-t">Jsonrpc.Id.t</a></span></code></li><li id="type-t.WorkDoneProgress" class="def variant constructor anchored"><a href="#type-t.WorkDoneProgress" class="anchor"></a><code><span>| </span><span><span class="constructor">WorkDoneProgress</span> <span class="keyword">of</span> <span><a href="../Progress/index.html#type-t">Progress.t</a> <a href="../Types/ProgressParams/index.html#type-t">Types.ProgressParams.t</a></span></span></code></li><li id="type-t.UnknownNotification" class="def variant constructor anchored"><a href="#type-t.UnknownNotification" class="anchor"></a><code><span>| </span><span><span class="constructor">UnknownNotification</span> <span class="keyword">of</span> <a href="../../../jsonrpc/Jsonrpc/Notification/index.html#type-t">Jsonrpc.Notification.t</a></span></code></li></ol></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-to_jsonrpc"><a href="#val-to_jsonrpc" class="anchor"></a><code><span><span class="keyword">val</span> to_jsonrpc : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="../../../jsonrpc/Jsonrpc/Notification/index.html#type-t">Jsonrpc.Notification.t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-of_jsonrpc"><a href="#val-of_jsonrpc" class="anchor"></a><code><span><span class="keyword">val</span> of_jsonrpc : <span><a href="../../../jsonrpc/Jsonrpc/Notification/index.html#type-t">Jsonrpc.Notification.t</a> <span class="arrow">-></span></span> <span><span>(<a href="#type-t">t</a>, string)</span> <a href="../Import/Result/index.html#type-t">Import.Result.t</a></span></span></code></div></div></div></body></html>
|