Exporting count_printing_arguments_of_format and add_int_index.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13605 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Pierre Weis 2013-04-24 14:54:58 +00:00
parent b20679022a
commit 2ad00ac0ad
1 changed files with 3 additions and 0 deletions

View File

@ -178,6 +178,7 @@ module CamlinternalPr : sig
external unsafe_index_of_int : int -> index = "%identity";;
val succ_index : index -> index;;
val add_int_index : int -> index -> index;;
val sub : ('a, 'b, 'c, 'd, 'e, 'f) format6 -> index -> int -> string;;
val to_string : ('a, 'b, 'c, 'd, 'e, 'f) format6 -> string;;
@ -201,6 +202,8 @@ module CamlinternalPr : sig
};;
val ac_of_format : ('a, 'b, 'c, 'd, 'e, 'f) format6 -> ac;;
val count_printing_arguments_of_format :
('a, 'b, 'c, 'd, 'e, 'f) format6 -> int;;
val sub_format :
(('a, 'b, 'c, 'd, 'e, 'f) format6 -> int) ->