Module Varname

module Varname: sig .. end

type scope = 
| Global
| Function
| Block
val get : scope:scope -> string -> string
val clear_locals : unit -> unit

Reset the generator for variables that are local to a block or a function.