jon.recoil.org

Module Code.Var

type t
val fresh_n : string -> Js_of_ocaml_compiler.Code.Var.t
val count : unit -> int
val get_name : Js_of_ocaml_compiler.Code.Var.t -> string option
val set_name : Js_of_ocaml_compiler.Code.Var.t -> ?generated:bool -> string -> unit
val generated_name : Js_of_ocaml_compiler.Code.Var.t -> bool
val reset : unit -> unit
module Tbl : sig ... end
module ISet : sig ... end