Js_of_ocaml_compiler.Var_printermodule Alphabet : sig ... endval get_reserved : unit -> Stdlib.StringSet.tval create : ?pretty:bool -> ?stable:bool -> Alphabet.t -> tval reset : t -> unitval to_string : t -> ?origin:int -> int -> stringval name : t -> int -> string -> unitval get_name : t -> int -> string optionval propagate_name : t -> int -> int -> unitval set_pretty : t -> bool -> unitval set_stable : t -> bool -> unit