module Varname: sig .. end
sig
end
type scope =
|
Global
Function
Block
val get : scope:scope -> string -> string
scope:scope -> string -> string
val clear_locals : unit -> unit
unit -> unit
Reset the generator for variables that are local to a block or a function.