mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 12:15:48 -05:00
2 lines
No EOL
2.7 KiB
HTML
2 lines
No EOL
2.7 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Sidekick_bin_lib__Drup_parser (sidekick-bin.Sidekick_bin_lib__Drup_parser)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.3"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../index.html">sidekick-bin</a> » Sidekick_bin_lib__Drup_parser</nav><h1>Module <code>Sidekick_bin_lib__Drup_parser</code></h1><h2 id="drup-parser"><a href="#drup-parser" class="anchor"></a>DRUP parser</h2></header><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code></dt><dt class="spec type" id="type-event"><a href="#type-event" class="anchor"></a><code><span class="keyword">type</span> event</code><code> = </code><table class="variant"><tr id="type-event.Input" class="anchored"><td class="def constructor"><a href="#type-event.Input" class="anchor"></a><code>| </code><code><span class="constructor">Input</span> <span class="keyword">of</span> <span>int list</span></code></td></tr><tr id="type-event.Add" class="anchored"><td class="def constructor"><a href="#type-event.Add" class="anchor"></a><code>| </code><code><span class="constructor">Add</span> <span class="keyword">of</span> <span>int list</span></code></td></tr><tr id="type-event.Delete" class="anchored"><td class="def constructor"><a href="#type-event.Delete" class="anchor"></a><code>| </code><code><span class="constructor">Delete</span> <span class="keyword">of</span> <span>int list</span></code></td></tr></table></dt></dl><dl><dt class="spec value" id="val-create_chan"><a href="#val-create_chan" class="anchor"></a><code><span class="keyword">val</span> create_chan : Stdlib.in_channel <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-create_string"><a href="#val-create_string" class="anchor"></a><code><span class="keyword">val</span> create_string : string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-next"><a href="#val-next" class="anchor"></a><code><span class="keyword">val</span> next : <a href="index.html#type-t">t</a> <span>-></span> <span><a href="index.html#type-event">event</a> option</span></code></dt><dt class="spec value" id="val-iter"><a href="#val-iter" class="anchor"></a><code><span class="keyword">val</span> iter : <a href="index.html#type-t">t</a> <span>-></span> <span><a href="index.html#type-event">event</a> Iter.t</span></code></dt></dl></div></body></html> |