Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 7e661e52354c3398928bf511f54fefa4 > files > 35

ocaml-extlib-1.5.1-4.mga1.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="ExtHashtbl.html">
<link rel="next" href="ExtString.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 class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Base64" rel="Chapter" href="Base64.html">
<link title="BitSet" rel="Chapter" href="BitSet.html">
<link title="Dllist" rel="Chapter" href="Dllist.html">
<link title="DynArray" rel="Chapter" href="DynArray.html">
<link title="Enum" rel="Chapter" href="Enum.html">
<link title="ExtArray" rel="Chapter" href="ExtArray.html">
<link title="ExtHashtbl" rel="Chapter" href="ExtHashtbl.html">
<link title="ExtList" rel="Chapter" href="ExtList.html">
<link title="ExtString" rel="Chapter" href="ExtString.html">
<link title="Global" rel="Chapter" href="Global.html">
<link title="IO" rel="Chapter" href="IO.html">
<link title="OptParse" rel="Chapter" href="OptParse.html">
<link title="Option" rel="Chapter" href="Option.html">
<link title="PMap" rel="Chapter" href="PMap.html">
<link title="RefList" rel="Chapter" href="RefList.html">
<link title="Std" rel="Chapter" href="Std.html">
<link title="UChar" rel="Chapter" href="UChar.html">
<link title="UTF8" rel="Chapter" href="UTF8.html">
<link title="Unzip" rel="Chapter" href="Unzip.html"><title>ExtList</title>
</head>
<body>
<div class="navbar"><a href="ExtHashtbl.html">Previous</a>
&nbsp;<a href="index.html">Up</a>
&nbsp;<a href="ExtString.html">Next</a>
</div>
<center><h1>Module <a href="type_ExtList.html">ExtList</a></h1></center>
<br>
<pre><span class="keyword">module</span> ExtList: <code class="code">sig</code> <a href="ExtList.html">..</a> <code class="code">end</code></pre>Additional and modified functions for lists.
<p>

	The OCaml standard library provides a module for list functions.
	This ExtList module can be used to override the List module or
	as a standalone module. It provides new functions and modify
	the behavior of some other ones (in particular all functions
	are now <b>tail-recursive</b>).<br>
<hr width="100%">
<pre><span class="keyword">module</span> <a href="ExtList.List.html">List</a>: <code class="code">sig</code> <a href="ExtList.List.html">..</a> <code class="code">end</code></pre><pre><span id="VAL(@)"><span class="keyword">val</span> (@)</span> : <code class="type">'a list -> 'a list -> 'a list</code></pre><div class="info">
the new implementation for ( @ ) operator, see <code class="code">List.append</code>.<br>
</div>
</body></html>