Module Javascript.Label

type t =
  1. | L of Code.Var.t
  2. | S of Stdlib.Utf8_string.t
val fresh : unit -> t
val of_string : Stdlib.Utf8_string.t -> t