Module Js_of_ocaml_compiler.VarPrinter
module Alphabet : sig ... endval add_reserved : string list -> unitval 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