Module Js_of_ocaml_compiler.Pretty_print
val string : Js_of_ocaml_compiler.Pretty_print.t -> string -> unitval genbreak : Js_of_ocaml_compiler.Pretty_print.t -> string -> int -> unitval break : Js_of_ocaml_compiler.Pretty_print.t -> unitval break1 : Js_of_ocaml_compiler.Pretty_print.t -> unitval non_breaking_space : Js_of_ocaml_compiler.Pretty_print.t -> unitval space : ?indent:int -> Js_of_ocaml_compiler.Pretty_print.t -> unitval start_group : Js_of_ocaml_compiler.Pretty_print.t -> int -> unitval end_group : Js_of_ocaml_compiler.Pretty_print.t -> unitval newline : Js_of_ocaml_compiler.Pretty_print.t -> unitval to_out_channel : Stdlib.out_channel -> Js_of_ocaml_compiler.Pretty_print.tval to_buffer : Stdlib.Buffer.t -> Js_of_ocaml_compiler.Pretty_print.tval total : Js_of_ocaml_compiler.Pretty_print.t -> intval set_compact : Js_of_ocaml_compiler.Pretty_print.t -> bool -> unitval compact : Js_of_ocaml_compiler.Pretty_print.t -> boolval set_needed_space_function :
Js_of_ocaml_compiler.Pretty_print.t ->
(char -> char -> bool) ->
unitval set_adjust_indentation_function :
Js_of_ocaml_compiler.Pretty_print.t ->
(int -> int) ->
unitval check : Js_of_ocaml_compiler.Pretty_print.t -> unit