Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > ee3d8430cc80796773ea2e1c8ad4ef5d > files > 96

ocaml-reins-devel-0.1a-10.fc15.i686.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="Reins.DugADT.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="Reins" rel="Chapter" href="Reins.html"><title>Reins.DugADT.S</title>
</head>
<body>
<div class="navbar">&nbsp;<a href="Reins.DugADT.html">Up</a>
&nbsp;</div>
<center><h1>Module type <a href="type_Reins.DugADT.S.html">Reins.DugADT.S</a></h1></center>
<br>
<pre><span class="keyword">module type</span> S = <code class="code">sig</code> <a href="Reins.DugADT.S.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span id="TYPEgenerator"><span class="keyword">type</span> <code class="type">('a, 'b)</code> generator</span> </pre>
<div class="info">
functions that return a container and none of its arguments
	  are containers<br>
</div>

<pre><span id="TYPEmutator"><span class="keyword">type</span> <code class="type">('a, 'b)</code> mutator</span> </pre>
<div class="info">
functions that return a container and at least one arg is a
	  container<br>
</div>

<pre><span id="TYPEobserver"><span class="keyword">type</span> <code class="type">('a, 'b)</code> observer</span> </pre>
<div class="info">
functions that do not return a container, but takes one as
	  an argument<br>
</div>

<pre><span id="TYPEop"><span class="keyword">type</span> <code class="type">('a, 'b)</code> op</span> </pre>
<div class="info">
One of <br>
</div>

<pre><span id="VALop_to_string"><span class="keyword">val</span> op_to_string</span> : <code class="type">('a, 'b) <a href="Reins.DugADT.S.html#TYPEop">op</a> -> string</code></pre><pre><span id="VALcoerce_gen"><span class="keyword">val</span> coerce_gen</span> : <code class="type">('a, 'b) <a href="Reins.DugADT.S.html#TYPEgenerator">generator</a> -> ('a, 'b) <a href="Reins.DugADT.S.html#TYPEop">op</a></code></pre><pre><span id="VALcoerce_mut"><span class="keyword">val</span> coerce_mut</span> : <code class="type">('a, 'b) <a href="Reins.DugADT.S.html#TYPEmutator">mutator</a> -> ('a, 'b) <a href="Reins.DugADT.S.html#TYPEop">op</a></code></pre><pre><span id="VALcoerce_obs"><span class="keyword">val</span> coerce_obs</span> : <code class="type">('a, 'b) <a href="Reins.DugADT.S.html#TYPEobserver">observer</a> -> ('a, 'b) <a href="Reins.DugADT.S.html#TYPEop">op</a></code></pre><pre><span id="VALclassify"><span class="keyword">val</span> classify</span> : <code class="type">('a, 'b) <a href="Reins.DugADT.S.html#TYPEop">op</a> -><br>       (('a, 'b) <a href="Reins.DugADT.S.html#TYPEgenerator">generator</a>, ('a, 'b) <a href="Reins.DugADT.S.html#TYPEmutator">mutator</a>,<br>        ('a, 'b) <a href="Reins.DugADT.S.html#TYPEobserver">observer</a>)<br>       <a href="Reins.Dug.html#TYPEkind">Reins.Dug.kind</a></code></pre><pre><span id="VALstrip"><span class="keyword">val</span> strip</span> : <code class="type">('a, 'b) <a href="Reins.DugADT.S.html#TYPEop">op</a> -> (unit, unit) <a href="Reins.DugADT.S.html#TYPEop">op</a></code></pre><pre><span id="VALop_dependencies"><span class="keyword">val</span> op_dependencies</span> : <code class="type">('a, Dug.Id.t) <a href="Reins.DugADT.S.html#TYPEop">op</a> -> Dug.Id.t list</code></pre><pre><span id="VALcreate_op"><span class="keyword">val</span> create_op</span> : <code class="type">(unit, unit) <a href="Reins.DugADT.S.html#TYPEop">op</a> -><br>       Dug.Id.t -><br>       (unit -> 'a) -> (int -> Dug.Id.t) -> ('a, Dug.Id.t) <a href="Reins.DugADT.S.html#TYPEop">op</a></code></pre></body></html>