Module Js_of_ocaml_compiler.Var_printerSource

Sourcemodule Alphabet : sig ... end
Sourcetype t
Sourceval add_reserved : string -> unit
Sourceval get_reserved : unit -> Stdlib.StringSet.t
Sourceval create : ?pretty:bool -> ?stable:bool -> Alphabet.t -> t
Sourceval reset : t -> unit
Sourceval to_string : t -> ?origin:int -> int -> string
Sourceval name : t -> int -> string -> unit
Sourceval get_name : t -> int -> string option
Sourceval propagate_name : t -> int -> int -> unit
Sourceval set_pretty : t -> bool -> unit
Sourceval set_stable : t -> bool -> unit