1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
<html><head>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="Start" 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 modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Time_Zone" rel="Chapter" href="Time_Zone.html">
<link title="Period" rel="Chapter" href="Period.html">
<link title="Time" rel="Chapter" href="Time.html">
<link title="Date" rel="Chapter" href="Date.html">
<link title="Calendar" rel="Chapter" href="Calendar.html">
<link title="Printer" rel="Chapter" href="Printer.html"><title>Printer.S</title>
</head>
<body>
<code class="code"><span class="keyword">sig</span><br>
<span class="keyword">type</span> t<br>
<span class="keyword">val</span> fprint : string <span class="keywordsign">-></span> <span class="constructor">Format</span>.formatter <span class="keywordsign">-></span> <span class="constructor">Printer</span>.<span class="constructor">S</span>.t <span class="keywordsign">-></span> unit<br>
<span class="keyword">val</span> print : string <span class="keywordsign">-></span> <span class="constructor">Printer</span>.<span class="constructor">S</span>.t <span class="keywordsign">-></span> unit<br>
<span class="keyword">val</span> dprint : <span class="constructor">Printer</span>.<span class="constructor">S</span>.t <span class="keywordsign">-></span> unit<br>
<span class="keyword">val</span> sprint : string <span class="keywordsign">-></span> <span class="constructor">Printer</span>.<span class="constructor">S</span>.t <span class="keywordsign">-></span> string<br>
<span class="keyword">val</span> to_string : <span class="constructor">Printer</span>.<span class="constructor">S</span>.t <span class="keywordsign">-></span> string<br>
<span class="keyword">val</span> from_fstring : string <span class="keywordsign">-></span> string <span class="keywordsign">-></span> <span class="constructor">Printer</span>.<span class="constructor">S</span>.t<br>
<span class="keyword">val</span> from_string : string <span class="keywordsign">-></span> <span class="constructor">Printer</span>.<span class="constructor">S</span>.t<br>
<span class="keyword">end</span></code></body></html>
|