mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-16 23:56:49 -05:00
2 lines
No EOL
3.4 KiB
HTML
2 lines
No EOL
3.4 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Binutils (ocaml.Binutils)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.1"/><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> » Binutils</nav><header class="odoc-preamble"><h1>Module <code><span>Binutils</span></code></h1></header><div class="odoc-content"><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.Truncated_file" class="def variant constructor anchored"><a href="#type-error.Truncated_file" class="anchor"></a><code><span>| </span><span><span class="constructor">Truncated_file</span></span></code></li><li id="type-error.Unrecognized" class="def variant constructor anchored"><a href="#type-error.Unrecognized" class="anchor"></a><code><span>| </span><span><span class="constructor">Unrecognized</span> <span class="keyword">of</span> string</span></code></li><li id="type-error.Unsupported" class="def variant constructor anchored"><a href="#type-error.Unsupported" class="anchor"></a><code><span>| </span><span><span class="constructor">Unsupported</span> <span class="keyword">of</span> string * int64</span></code></li><li id="type-error.Out_of_range" class="def variant constructor anchored"><a href="#type-error.Out_of_range" class="anchor"></a><code><span>| </span><span><span class="constructor">Out_of_range</span> <span class="keyword">of</span> string</span></code></li></ol></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-error_to_string"><a href="#val-error_to_string" class="anchor"></a><code><span><span class="keyword">val</span> error_to_string : <span><a href="#type-error">error</a> <span class="arrow">-></span></span> string</span></code></div></div><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></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-read"><a href="#val-read" class="anchor"></a><code><span><span class="keyword">val</span> read : <span>string <span class="arrow">-></span></span> <span><span>(<a href="#type-t">t</a>, <a href="#type-error">error</a>)</span> <a href="../Stdlib/Result/index.html#type-t">Stdlib.Result.t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-defines_symbol"><a href="#val-defines_symbol" class="anchor"></a><code><span><span class="keyword">val</span> defines_symbol : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> bool</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-symbol_offset"><a href="#val-symbol_offset" class="anchor"></a><code><span><span class="keyword">val</span> symbol_offset : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <span>int64 option</span></span></code></div></div></div></body></html> |