package hardcaml

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

Module Var.GeneratorSource

Construct unique IDs for Vars.

Sourcetype t
Sourceval min_id_char : Base.int
Sourceval max_id_char : Base.int
Sourceval id_char_range : Base.int
Sourceval create : Base.unit -> t

Create a new generator

Sourceval next : t -> Base.string

Create a new ID.