package urn

  1. Overview
  2. Docs

Module UrnSource

Sourcemodule type WeightType = sig ... end
Sourcemodule IntWeight : WeightType with type t = int
Sourcemodule FloatWeight : WeightType with type t = float
Sourcemodule type U = sig ... end
Sourcemodule Make (Weight : WeightType) : U with type weight = Weight.t
OCaml

Innovation. Community. Security.