package hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Construct unique IDs for Vars.

type t
val min_id_char : Base.int
val max_id_char : Base.int
val id_char_range : Base.int
val create : Base.unit -> t

Create a new generator

val next : t -> Base.string

Create a new ID.

OCaml

Innovation. Community. Security.