package urn

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type WeightType = sig ... end
module IntWeight : WeightType with type t = int
module FloatWeight : WeightType with type t = float
module type U = sig ... end
module Make (Weight : WeightType) : U with type weight = Weight.t
OCaml

Innovation. Community. Security.