mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
2 lines
No EOL
1.4 KiB
HTML
2 lines
No EOL
1.4 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Decoder (containers.CCSexp.Decoder)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><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">containers</a> » <a href="../index.html">CCSexp</a> » Decoder</nav><h1>Module <code>CCSexp.Decoder</code></h1></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><dd><p>Decoder</p></dd></dl><dl><dt class="spec value" id="val-of_lexbuf"><a href="#val-of_lexbuf" class="anchor"></a><code><span class="keyword">val</span> of_lexbuf : Lexing.lexbuf <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-sexp">sexp</a> <a href="../index.html#type-parse_result">parse_result</a></span></code></dt><dd><p>Parse the next S-expression or return an error if the input isn't long enough or isn't a proper S-expression.</p></dd></dl></div></body></html> |