mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2026-01-21 16:56:40 -05:00
7 lines
8.2 KiB
HTML
7 lines
8.2 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Bytelink (ocaml.Bytelink)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 2.4.4"/><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">ocaml</a> » Bytelink</nav><header class="odoc-preamble"><h1>Module <code><span>Bytelink</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Dep"><a href="#module-Dep" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Dep/index.html">Dep</a></span><span> :
|
||
<a href="../Stdlib/Set/module-type-OrderedType/index.html">Set.OrderedType</a> <span class="keyword">with</span> <span><span class="keyword">type</span> <a href="../Stdlib/Set/module-type-OrderedType/index.html#type-t">t</a> = <a href="../Cmo_format/index.html#type-compunit">Cmo_format.compunit</a> * <a href="../Cmo_format/index.html#type-compunit">Cmo_format.compunit</a></span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-DepSet"><a href="#module-DepSet" class="anchor"></a><code><span><span class="keyword">module</span> <a href="DepSet/index.html">DepSet</a></span><span> : <a href="../Stdlib/Set/module-type-S/index.html">Set.S</a> <span class="keyword">with</span> <span><span class="keyword">type</span> <a href="../Stdlib/Set/module-type-S/index.html#type-elt">elt</a> = <a href="Dep/index.html#type-t">Dep.t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-link"><a href="#val-link" class="anchor"></a><code><span><span class="keyword">val</span> link : <span><span><a href="../Misc/index.html#type-filepath">Misc.filepath</a> list</span> <span class="arrow">-></span></span> <span><a href="../Misc/index.html#type-filepath">Misc.filepath</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-reset"><a href="#val-reset" class="anchor"></a><code><span><span class="keyword">val</span> reset : <span>unit <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-check_consistency"><a href="#val-check_consistency" class="anchor"></a><code><span><span class="keyword">val</span> check_consistency : <span><a href="../Misc/index.html#type-filepath">Misc.filepath</a> <span class="arrow">-></span></span> <span><a href="../Cmo_format/index.html#type-compilation_unit">Cmo_format.compilation_unit</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-linkdeps_unit"><a href="#val-linkdeps_unit" class="anchor"></a><code><span><span class="keyword">val</span> linkdeps_unit :
|
||
<span><a href="../Linkdeps/index.html#type-t">Linkdeps.t</a> <span class="arrow">-></span></span>
|
||
<span><span class="label">filename</span>:string <span class="arrow">-></span></span>
|
||
<span><a href="../Cmo_format/index.html#type-compilation_unit">Cmo_format.compilation_unit</a> <span class="arrow">-></span></span>
|
||
unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-extract_crc_interfaces"><a href="#val-extract_crc_interfaces" class="anchor"></a><code><span><span class="keyword">val</span> extract_crc_interfaces : <span>unit <span class="arrow">-></span></span> <a href="../Misc/index.html#type-crcs">Misc.crcs</a></span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-error"><a href="#type-error" class="anchor"></a><code><span><span class="keyword">type</span> error</span><span> = </span></code><ol><li id="type-error.File_not_found" class="def variant constructor anchored"><a href="#type-error.File_not_found" class="anchor"></a><code><span>| </span><span><span class="constructor">File_not_found</span> <span class="keyword">of</span> <a href="../Misc/index.html#type-filepath">Misc.filepath</a></span></code></li><li id="type-error.Not_an_object_file" class="def variant constructor anchored"><a href="#type-error.Not_an_object_file" class="anchor"></a><code><span>| </span><span><span class="constructor">Not_an_object_file</span> <span class="keyword">of</span> <a href="../Misc/index.html#type-filepath">Misc.filepath</a></span></code></li><li id="type-error.Wrong_object_name" class="def variant constructor anchored"><a href="#type-error.Wrong_object_name" class="anchor"></a><code><span>| </span><span><span class="constructor">Wrong_object_name</span> <span class="keyword">of</span> <a href="../Misc/index.html#type-filepath">Misc.filepath</a></span></code></li><li id="type-error.Symbol_error" class="def variant constructor anchored"><a href="#type-error.Symbol_error" class="anchor"></a><code><span>| </span><span><span class="constructor">Symbol_error</span> <span class="keyword">of</span> <a href="../Misc/index.html#type-filepath">Misc.filepath</a> * <a href="../Symtable/index.html#type-error">Symtable.error</a></span></code></li><li id="type-error.Inconsistent_import" class="def variant constructor anchored"><a href="#type-error.Inconsistent_import" class="anchor"></a><code><span>| </span><span><span class="constructor">Inconsistent_import</span> <span class="keyword">of</span> <a href="../Misc/index.html#type-modname">Misc.modname</a> * <a href="../Misc/index.html#type-filepath">Misc.filepath</a> * <a href="../Misc/index.html#type-filepath">Misc.filepath</a></span></code></li><li id="type-error.Custom_runtime" class="def variant constructor anchored"><a href="#type-error.Custom_runtime" class="anchor"></a><code><span>| </span><span><span class="constructor">Custom_runtime</span></span></code></li><li id="type-error.File_exists" class="def variant constructor anchored"><a href="#type-error.File_exists" class="anchor"></a><code><span>| </span><span><span class="constructor">File_exists</span> <span class="keyword">of</span> <a href="../Misc/index.html#type-filepath">Misc.filepath</a></span></code></li><li id="type-error.Cannot_open_dll" class="def variant constructor anchored"><a href="#type-error.Cannot_open_dll" class="anchor"></a><code><span>| </span><span><span class="constructor">Cannot_open_dll</span> <span class="keyword">of</span> <a href="../Misc/index.html#type-filepath">Misc.filepath</a></span></code></li><li id="type-error.Camlheader" class="def variant constructor anchored"><a href="#type-error.Camlheader" class="anchor"></a><code><span>| </span><span><span class="constructor">Camlheader</span> <span class="keyword">of</span> string * <a href="../Misc/index.html#type-filepath">Misc.filepath</a></span></code></li><li id="type-error.Link_error" class="def variant constructor anchored"><a href="#type-error.Link_error" class="anchor"></a><code><span>| </span><span><span class="constructor">Link_error</span> <span class="keyword">of</span> <a href="../Linkdeps/index.html#type-error">Linkdeps.error</a></span></code></li></ol></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-Error"><a href="#exception-Error" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Error</span> <span class="keyword">of</span> <a href="#type-error">error</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-report_error"><a href="#val-report_error" class="anchor"></a><code><span><span class="keyword">val</span> report_error : <span><a href="#type-error">error</a> <a href="../Format_doc/index.html#type-format_printer">Format_doc.format_printer</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-report_error_doc"><a href="#val-report_error_doc" class="anchor"></a><code><span><span class="keyword">val</span> report_error_doc : <span><a href="#type-error">error</a> <a href="../Format_doc/index.html#type-printer">Format_doc.printer</a></span></span></code></div></div></div></body></html>
|