Module Algaeff.UniqueID

Effects for generating unique IDs.

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.