package algaeff

  1. Overview
  2. Docs

Effects for generating unique IDs.

  • since 0.2

Generate unique IDs for registered items.

module type Param = sig ... end

Parameters of the effects.

module type S = sig ... end

Signatures of the effects.

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

The implementation of the effects.

OCaml

Innovation. Community. Security.