Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 7933614470850e878d7b63d52787cdac > files > 19

ocaml-react-devel-0.9.0-1mdv2010.0.i586.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="previous" href="React.S.Make.html">
<link rel="Up" href="React.S.html">
<link title="Index of types" rel=Appendix href="index_types.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="React" rel="Chapter" href="React.html"><title>React.S.Special</title>
</head>
<body>
<div class="navbar"><a href="React.S.Make.html">Previous</a>
&nbsp;<a href="React.S.html">Up</a>
&nbsp;</div>
<center><h1>Module <a href="type_React.S.Special.html">React.S.Special</a></h1></center>
<br>
<pre><span class="keyword">module</span> Special: <code class="code"><span class="keyword">sig</span></code> <a href="React.S.Special.html">..</a> <code class="code"><span class="keyword">end</span></code></pre>Specialization for booleans, integers and floats. 
<p>

      Open this module to use it.<br>
<hr width="100%">
<pre><span class="keyword">module</span> <a href="React.S.Special.Sb.html">Sb</a>: <code class="type"><a href="React.S.S.html">React.S.S</a></code><code class="type">  with type 'a v = bool</code></pre><div class="info">
Specialization for booleans.
</div>
<pre><span class="keyword">module</span> <a href="React.S.Special.Si.html">Si</a>: <code class="type"><a href="React.S.S.html">React.S.S</a></code><code class="type">  with type 'a v = int</code></pre><div class="info">
Specialization for integers.
</div>
<pre><span class="keyword">module</span> <a href="React.S.Special.Sf.html">Sf</a>: <code class="type"><a href="React.S.S.html">React.S.S</a></code><code class="type">  with type 'a v = float</code></pre><div class="info">
Specialization for floats.
</div>
</body></html>