Module Js_of_ocaml_compiler.Pretty_print
Source
Sourcetype pos = {
mutable p_line : int;
mutable p_col : int;
}
Sourceval string : t -> string -> unit
Sourceval genbreak : t -> string -> int -> unit
Sourceval non_breaking_space : t -> unit
Sourceval space : ?indent:int -> t -> unit
Sourceval start_group : t -> int -> unit
Sourceval set_compact : t -> bool -> unit
Sourceval set_needed_space_function : t -> (char -> char -> bool) -> unit
Sourceval set_adjust_indentation_function : t -> (int -> int) -> unit