Sophie

Sophie

distrib > Mageia > 3 > x86_64 > by-pkgid > c8669c7077b61f534e04fdd741b131f2 > files > 34

ocaml-biniou-devel-1.0.5-5.mga3.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="next" href="Bi_share.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Bi_util" rel="Chapter" href="Bi_util.html">
<link title="Bi_share" rel="Chapter" href="Bi_share.html">
<link title="Bi_outbuf" rel="Chapter" href="Bi_outbuf.html">
<link title="Bi_inbuf" rel="Chapter" href="Bi_inbuf.html">
<link title="Bi_vint" rel="Chapter" href="Bi_vint.html">
<link title="Bi_io" rel="Chapter" href="Bi_io.html">
<link title="Bi_stream" rel="Chapter" href="Bi_stream.html"><title>Bi_util</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Bi_share.html" title="Bi_share">Next</a>
</div>
<h1>Module <a href="type_Bi_util.html">Bi_util</a></h1>
<pre><span class="keyword">module</span> Bi_util: <code class="code">sig</code> <a href="Bi_util.html">..</a> <code class="code">end</code></pre><div class="info">
Error handling etc.<br>
</div>
<hr width="100%">
<pre><span id="EXCEPTIONError"><span class="keyword">exception</span> Error</span> <span class="keyword">of</span> <code class="type">string</code></pre>
<div class="info">
Multipurpose exception normally raised when invalid data
      is found by a read or write operation.<br>
</div>
<pre><span id="VALerror"><span class="keyword">val</span> error</span> : <code class="type">string -> 'a</code></pre><div class="info">
<code class="code">error msg</code> is equivalent to <code class="code">raise (Error msg)</code>.<br>
</div>
</body></html>