package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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