Sophie

Sophie

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

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="previous" href="Reins.DugADT.html">
<link rel="next" href="Reins.DugProfile.html">
<link rel="Up" href="Reins.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.DugExtractor</title>
</head>
<body>
<div class="navbar"><a href="Reins.DugADT.html">Previous</a>
&nbsp;<a href="Reins.html">Up</a>
&nbsp;<a href="Reins.DugProfile.html">Next</a>
</div>
<center><h1>Module <a href="type_Reins.DugExtractor.html">Reins.DugExtractor</a></h1></center>
<br>
<pre><span class="keyword">module</span> DugExtractor: <code class="code">sig</code> <a href="Reins.DugExtractor.html">..</a> <code class="code">end</code></pre><hr width="100%">
<br>
Helper module for extracting a DUG from a specific program execution<br>
<br><code><span id="TYPEwrap"><span class="keyword">type</span> <code class="type">'a</code> wrap</span> = private {</code><table class="typetable">
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>data&nbsp;: <code class="type">'a</code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>id&nbsp;: <code class="type">Dug.Id.t</code>;</code></td>

</tr></table>
}


<pre><span id="VALmutate"><span class="keyword">val</span> mutate</span> : <code class="type">('a, 'b, 'c) <a href="Reins.Dug.html#TYPEt">Reins.Dug.t</a> -><br>       (Dug.Id.t -> 'b) -><br>       ('d -> 'd) -> 'd <a href="Reins.DugExtractor.html#TYPEwrap">wrap</a> -> 'd <a href="Reins.DugExtractor.html#TYPEwrap">wrap</a></code></pre><pre><span id="VALmutate2"><span class="keyword">val</span> mutate2</span> : <code class="type">('a, 'b, 'c) <a href="Reins.Dug.html#TYPEt">Reins.Dug.t</a> -><br>       (Dug.Id.t -> 'b) -><br>       ('d -> 'd -> 'd) -><br>       'd <a href="Reins.DugExtractor.html#TYPEwrap">wrap</a> -><br>       'd <a href="Reins.DugExtractor.html#TYPEwrap">wrap</a> -> 'd <a href="Reins.DugExtractor.html#TYPEwrap">wrap</a></code></pre><pre><span id="VALobserve"><span class="keyword">val</span> observe</span> : <code class="type">('a, 'b, 'c) <a href="Reins.Dug.html#TYPEt">Reins.Dug.t</a> -><br>       'c -> ('d -> 'e) -> 'd <a href="Reins.DugExtractor.html#TYPEwrap">wrap</a> -> 'e</code></pre><pre><span id="VALobserve2"><span class="keyword">val</span> observe2</span> : <code class="type">('a, 'b, 'c) <a href="Reins.Dug.html#TYPEt">Reins.Dug.t</a> -><br>       'c -><br>       ('d -> 'd -> 'e) -><br>       'd <a href="Reins.DugExtractor.html#TYPEwrap">wrap</a> -> 'd <a href="Reins.DugExtractor.html#TYPEwrap">wrap</a> -> 'e</code></pre><pre><span id="VALgenerate"><span class="keyword">val</span> generate</span> : <code class="type">('a, 'b, 'c) <a href="Reins.Dug.html#TYPEt">Reins.Dug.t</a> -><br>       (Dug.Id.t -> 'a) -> 'd -> 'd <a href="Reins.DugExtractor.html#TYPEwrap">wrap</a></code></pre></body></html>