mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
3 lines
No EOL
1.5 KiB
HTML
3 lines
No EOL
1.5 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="viewport" content="width=device-width,initial-scale=1.0"/><meta name="generator" content="doc-ock-html v1.0.0-1-g1fc9bf0"/></head><body><nav id="top"><a href="../index.html">Up</a> — <span class="package">package <a href="../../index.html">containers</a></span></nav><header><h1><span class="keyword">Module</span> <span class="module-path">CCSexp.Decoder</span></h1></header><div class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><div class="def type"><code><span class="keyword">type </span>t</code><code></code><code></code></div><div class="doc"><p>Decoder</p></div></div><div class="spec val" id="val-of_lexbuf"><a href="#val-of_lexbuf" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>of_lexbuf : Lexing.lexbuf <span class="keyword">‑></span> <a href="index.html#type-t">t</a></code></div><div class="doc"></div></div><div class="spec val" id="val-next"><a href="#val-next" class="anchor"></a><div class="def val"><code><span class="keyword">val </span>next : <a href="index.html#type-t">t</a> <span class="keyword">‑></span> <a href="../index.html#type-sexp">sexp</a> <a href="../index.html#type-parse_result">parse_result</a></code></div><div class="doc"><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></div></div></body></html> |