package algaeff

  1. Overview
  2. Docs

Module Algaeff.UniqueIDSource

Effects for generating unique IDs.

  • since 0.2

Generate unique IDs for registered items.

Sourcemodule type Param = sig ... end

Parameters of the effects.

Sourcemodule type S = sig ... end

Signatures of the effects.

Sourcemodule Make (P : Param) : S with type elt = P.elt

The implementation of the effects.