Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 23738ce61b8ac1e2a4c2fd7cb9473d96 > files > 17

ocaml-bitcoin-devel-1.1.1-2.mga4.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="Up" href="Bitcoin_ocamlnet.Httpclient.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="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Bitcoin" rel="Chapter" href="Bitcoin.html">
<link title="Bitcoin_ocamlnet" rel="Chapter" href="Bitcoin_ocamlnet.html"><title>Bitcoin_ocamlnet.Httpclient.Monad</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="Bitcoin_ocamlnet.Httpclient.html" title="Bitcoin_ocamlnet.Httpclient">Up</a>
&nbsp;</div>
<h1>Module <a href="type_Bitcoin_ocamlnet.Httpclient.Monad.html">Bitcoin_ocamlnet.Httpclient.Monad</a></h1>

<pre><span class="keyword">module</span> Monad: <code class="code">sig</code> <a href="Bitcoin_ocamlnet.Httpclient.Monad.html">..</a> <code class="code">end</code></pre><hr width="100%">

<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type">'a</code> t</span> = <code class="type">'a</code> </pre>


<pre><span id="VALreturn"><span class="keyword">val</span> return</span> : <code class="type">'a -> 'a</code></pre>
<pre><span id="VALfail"><span class="keyword">val</span> fail</span> : <code class="type">exn -> 'a</code></pre>
<pre><span id="VALbind"><span class="keyword">val</span> bind</span> : <code class="type">'a -> ('a -> 'b) -> 'b</code></pre>
<pre><span id="VALcatch"><span class="keyword">val</span> catch</span> : <code class="type">(unit -> 'a) -> (exn -> 'a) -> 'a</code></pre></body></html>