Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 0bb8d06e1e99dc820c539a5de7da3cc9 > files > 10

ocaml-easy-format-devel-1.0.1-10.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="previous" href="Easy_format.Pretty.html">
<link rel="Up" href="Easy_format.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="Easy_format" rel="Chapter" href="Easy_format.html"><title>Easy_format.Compact</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Easy_format.Pretty.html" title="Easy_format.Pretty">Previous</a>
&nbsp;<a class="up" href="Easy_format.html" title="Easy_format">Up</a>
&nbsp;</div>
<h1>Module <a href="type_Easy_format.Compact.html">Easy_format.Compact</a></h1>

<pre><span class="keyword">module</span> Compact: <code class="code">sig</code> <a href="Easy_format.Compact.html">..</a> <code class="code">end</code></pre><div class="info module top">
No spacing or newlines other than those in the input data
    or those produced by <code class="code">Custom</code> printing.<br>
</div>
<hr width="100%">

<pre><span id="VALto_buffer"><span class="keyword">val</span> to_buffer</span> : <code class="type">Buffer.t -> <a href="Easy_format.html#TYPEt">Easy_format.t</a> -> unit</code></pre>
<pre><span id="VALto_string"><span class="keyword">val</span> to_string</span> : <code class="type"><a href="Easy_format.html#TYPEt">Easy_format.t</a> -> string</code></pre>
<pre><span id="VALto_channel"><span class="keyword">val</span> to_channel</span> : <code class="type">Pervasives.out_channel -> <a href="Easy_format.html#TYPEt">Easy_format.t</a> -> unit</code></pre>
<pre><span id="VALto_stdout"><span class="keyword">val</span> to_stdout</span> : <code class="type"><a href="Easy_format.html#TYPEt">Easy_format.t</a> -> unit</code></pre>
<pre><span id="VALto_stderr"><span class="keyword">val</span> to_stderr</span> : <code class="type"><a href="Easy_format.html#TYPEt">Easy_format.t</a> -> unit</code></pre>
<pre><span id="VALto_formatter"><span class="keyword">val</span> to_formatter</span> : <code class="type">Format.formatter -> <a href="Easy_format.html#TYPEt">Easy_format.t</a> -> unit</code></pre></body></html>