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