mirror of
https://github.com/c-cube/linol.git
synced 2025-12-07 11:45:43 -05:00
2 lines
2.7 KiB
HTML
2 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Progress (lsp.Lsp.Progress)</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> » Progress</nav><header class="odoc-preamble"><h1>Module <code><span>Lsp.Progress</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.Begin" class="def variant constructor anchored"><a href="#type-t.Begin" class="anchor"></a><code><span>| </span><span><span class="constructor">Begin</span> <span class="keyword">of</span> <a href="../Types/WorkDoneProgressBegin/index.html#type-t">Types.WorkDoneProgressBegin.t</a></span></code></li><li id="type-t.Report" class="def variant constructor anchored"><a href="#type-t.Report" class="anchor"></a><code><span>| </span><span><span class="constructor">Report</span> <span class="keyword">of</span> <a href="../Types/WorkDoneProgressReport/index.html#type-t">Types.WorkDoneProgressReport.t</a></span></code></li><li id="type-t.End" class="def variant constructor anchored"><a href="#type-t.End" class="anchor"></a><code><span>| </span><span><span class="constructor">End</span> <span class="keyword">of</span> <a href="../Types/WorkDoneProgressEnd/index.html#type-t">Types.WorkDoneProgressEnd.t</a></span></code></li></ol></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-yojson_of_t"><a href="#val-yojson_of_t" class="anchor"></a><code><span><span class="keyword">val</span> yojson_of_t : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="../Import/Json/index.html#type-t">Import.Json.t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-t_of_yojson"><a href="#val-t_of_yojson" class="anchor"></a><code><span><span class="keyword">val</span> t_of_yojson : <span><a href="../Import/Json/index.html#type-t">Import.Json.t</a> <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-method_"><a href="#val-method_" class="anchor"></a><code><span><span class="keyword">val</span> method_ : string</span></code></div></div></div></body></html>
|