package algaeff

  1. Overview
  2. Docs

Effects for generating unique IDs.

  • since 0.2

Generate unique IDs for registered items.

module type S = sig ... end

Signatures of the effects.

module Make (Elt : Sigs.Type) : S with type elt := Elt.t

The implementation of the effects.

OCaml

Innovation. Community. Security.