468 lines
6.6 KiB
HTML
468 lines
6.6 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of CamlinternalFormat</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>CamlinternalFormat</H1>
|
|
Section: OCaml library (3o)<BR>Updated: 2020-01-30<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
CamlinternalFormat - no description
|
|
<A NAME="lbAC"> </A>
|
|
<H2>Module</H2>
|
|
|
|
Module CamlinternalFormat
|
|
<A NAME="lbAD"> </A>
|
|
<H2>Documentation</H2>
|
|
|
|
<P>
|
|
Module
|
|
<B>CamlinternalFormat</B>
|
|
|
|
<BR> :
|
|
<B>sig end</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val is_in_char_set </I>
|
|
|
|
:
|
|
<B>CamlinternalFormatBasics.char_set -> char -> bool</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val rev_char_set </I>
|
|
|
|
:
|
|
<B>CamlinternalFormatBasics.char_set -> CamlinternalFormatBasics.char_set</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>type mutable_char_set </I>
|
|
|
|
=
|
|
<B>bytes</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val create_char_set </I>
|
|
|
|
:
|
|
<B>unit -> mutable_char_set</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val add_in_char_set </I>
|
|
|
|
:
|
|
<B>mutable_char_set -> char -> unit</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val freeze_char_set </I>
|
|
|
|
:
|
|
<B>mutable_char_set -> CamlinternalFormatBasics.char_set</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>type </I>
|
|
|
|
<B>('a, 'b, 'c, 'd, 'e, 'f)</B>
|
|
|
|
<I>param_format_ebb </I>
|
|
|
|
=
|
|
<BR> | Param_format_EBB
|
|
<B>: </B>
|
|
|
|
<B>('x -> 'a0, 'b0, 'c0, 'd0, 'e0, 'f0) CamlinternalFormatBasics.fmt</B>
|
|
|
|
<B>-> </B>
|
|
|
|
<B>('a0, 'b0, 'c0, 'd0, 'e0, 'f0) param_format_ebb</B>
|
|
|
|
<BR>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val param_format_of_ignored_format </I>
|
|
|
|
:
|
|
<B>('a, 'b, 'c, 'd, 'y, 'x) CamlinternalFormatBasics.ignored -></B>
|
|
|
|
<B>('x, 'b, 'c, 'y, 'e, 'f) CamlinternalFormatBasics.fmt -></B>
|
|
|
|
<B>('a, 'b, 'c, 'd, 'e, 'f) param_format_ebb</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>type </I>
|
|
|
|
<B>('b, 'c)</B>
|
|
|
|
<I>acc_formatting_gen </I>
|
|
|
|
=
|
|
<BR> | Acc_open_tag
|
|
<B>of </B>
|
|
|
|
<B>('b, 'c) acc</B>
|
|
|
|
<BR> | Acc_open_box
|
|
<B>of </B>
|
|
|
|
<B>('b, 'c) acc</B>
|
|
|
|
<BR>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>type </I>
|
|
|
|
<B>('b, 'c)</B>
|
|
|
|
<I>acc </I>
|
|
|
|
=
|
|
<BR> | Acc_formatting_lit
|
|
<B>of </B>
|
|
|
|
<B>('b, 'c) acc * CamlinternalFormatBasics.formatting_lit</B>
|
|
|
|
<BR> | Acc_formatting_gen
|
|
<B>of </B>
|
|
|
|
<B>('b, 'c) acc</B>
|
|
|
|
<B>* ('b, 'c) acc_formatting_gen</B>
|
|
|
|
<BR> | Acc_string_literal
|
|
<B>of </B>
|
|
|
|
<B>('b, 'c) acc * string</B>
|
|
|
|
<BR> | Acc_char_literal
|
|
<B>of </B>
|
|
|
|
<B>('b, 'c) acc * char</B>
|
|
|
|
<BR> | Acc_data_string
|
|
<B>of </B>
|
|
|
|
<B>('b, 'c) acc * string</B>
|
|
|
|
<BR> | Acc_data_char
|
|
<B>of </B>
|
|
|
|
<B>('b, 'c) acc * char</B>
|
|
|
|
<BR> | Acc_delay
|
|
<B>of </B>
|
|
|
|
<B>('b, 'c) acc * ('b -> 'c)</B>
|
|
|
|
<BR> | Acc_flush
|
|
<B>of </B>
|
|
|
|
<B>('b, 'c) acc</B>
|
|
|
|
<BR> | Acc_invalid_arg
|
|
<B>of </B>
|
|
|
|
<B>('b, 'c) acc * string</B>
|
|
|
|
<BR> | End_of_acc
|
|
<BR>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>type </I>
|
|
|
|
<B>('a, 'b)</B>
|
|
|
|
<I>heter_list </I>
|
|
|
|
=
|
|
<BR> | Cons
|
|
<B>: </B>
|
|
|
|
<B>'c * ('a0, 'b0) heter_list</B>
|
|
|
|
<B>-> </B>
|
|
|
|
<B>('c -> 'a0, 'b0) heter_list</B>
|
|
|
|
<BR> | Nil
|
|
<B>: </B>
|
|
|
|
<B>('b1, 'b1) heter_list</B>
|
|
|
|
<BR>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>type </I>
|
|
|
|
<B>('b, 'c, 'e, 'f)</B>
|
|
|
|
<I>fmt_ebb </I>
|
|
|
|
=
|
|
<BR> | Fmt_EBB
|
|
<B>: </B>
|
|
|
|
<B>('a, 'b0, 'c0, 'd, 'e0, 'f0) CamlinternalFormatBasics.fmt</B>
|
|
|
|
<B>-> </B>
|
|
|
|
<B>('b0, 'c0, 'e0, 'f0) fmt_ebb</B>
|
|
|
|
<BR>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val make_printf </I>
|
|
|
|
:
|
|
<B>(('b, 'c) acc -> 'd) -></B>
|
|
|
|
<B>('b, 'c) acc -></B>
|
|
|
|
<B>('a, 'b, 'c, 'c, 'c, 'd) CamlinternalFormatBasics.fmt -> 'a</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val make_iprintf </I>
|
|
|
|
:
|
|
<B>('s -> 'f) -></B>
|
|
|
|
<B>'s -> ('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.fmt -> 'a</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val output_acc </I>
|
|
|
|
:
|
|
<B>out_channel -></B>
|
|
|
|
<B>(out_channel, unit) acc -> unit</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val bufput_acc </I>
|
|
|
|
:
|
|
<B>Buffer.t -> (Buffer.t, unit) acc -> unit</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val strput_acc </I>
|
|
|
|
:
|
|
<B>Buffer.t -> (unit, string) acc -> unit</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val type_format </I>
|
|
|
|
:
|
|
<B>('x, 'b, 'c, 't, 'u, 'v) CamlinternalFormatBasics.fmt -></B>
|
|
|
|
<B>('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.fmtty -></B>
|
|
|
|
<B>('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.fmt</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val fmt_ebb_of_string </I>
|
|
|
|
:
|
|
<B>?legacy_behavior:bool -></B>
|
|
|
|
<B>string -> ('b, 'c, 'e, 'f) fmt_ebb</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val format_of_string_fmtty </I>
|
|
|
|
:
|
|
<B>string -></B>
|
|
|
|
<B>('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.fmtty -></B>
|
|
|
|
<B>('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.format6</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val format_of_string_format </I>
|
|
|
|
:
|
|
<B>string -></B>
|
|
|
|
<B>('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.format6 -></B>
|
|
|
|
<B>('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.format6</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val char_of_iconv </I>
|
|
|
|
:
|
|
<B>CamlinternalFormatBasics.int_conv -> char</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val string_of_formatting_lit </I>
|
|
|
|
:
|
|
<B>CamlinternalFormatBasics.formatting_lit -> string</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val string_of_formatting_gen </I>
|
|
|
|
:
|
|
<B>('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.formatting_gen -> string</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val string_of_fmtty </I>
|
|
|
|
:
|
|
<B>('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.fmtty -> string</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val string_of_fmt </I>
|
|
|
|
:
|
|
<B>('a, 'b, 'c, 'd, 'e, 'f) CamlinternalFormatBasics.fmt -> string</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val open_box_of_string </I>
|
|
|
|
:
|
|
<B>string -> int * CamlinternalFormatBasics.block_type</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val symm </I>
|
|
|
|
:
|
|
<B>('a1, 'b1, 'c1, 'd1, 'e1, 'f1, 'a2, 'b2, 'c2, 'd2, 'e2, 'f2)</B>
|
|
|
|
<B>CamlinternalFormatBasics.fmtty_rel -></B>
|
|
|
|
<B>('a2, 'b2, 'c2, 'd2, 'e2, 'f2, 'a1, 'b1, 'c1, 'd1, 'e1, 'f1)</B>
|
|
|
|
<B>CamlinternalFormatBasics.fmtty_rel</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val trans </I>
|
|
|
|
:
|
|
<B>('a1, 'b1, 'c1, 'd1, 'e1, 'f1, 'a2, 'b2, 'c2, 'd2, 'e2, 'f2)</B>
|
|
|
|
<B>CamlinternalFormatBasics.fmtty_rel -></B>
|
|
|
|
<B>('a2, 'b2, 'c2, 'd2, 'e2, 'f2, 'a3, 'b3, 'c3, 'd3, 'e3, 'f3)</B>
|
|
|
|
<B>CamlinternalFormatBasics.fmtty_rel -></B>
|
|
|
|
<B>('a1, 'b1, 'c1, 'd1, 'e1, 'f1, 'a3, 'b3, 'c3, 'd3, 'e3, 'f3)</B>
|
|
|
|
<B>CamlinternalFormatBasics.fmtty_rel</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<I>val recast </I>
|
|
|
|
:
|
|
<B>('a1, 'b1, 'c1, 'd1, 'e1, 'f1) CamlinternalFormatBasics.fmt -></B>
|
|
|
|
<B>('a1, 'b1, 'c1, 'd1, 'e1, 'f1, 'a2, 'b2, 'c2, 'd2, 'e2, 'f2)</B>
|
|
|
|
<B>CamlinternalFormatBasics.fmtty_rel -></B>
|
|
|
|
<B>('a2, 'b2, 'c2, 'd2, 'e2, 'f2) CamlinternalFormatBasics.fmt</B>
|
|
|
|
<P>
|
|
<P>
|
|
<P>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">Module</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">Documentation</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:37 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|