package index

  1. Overview
  2. Docs

Module Private.SearchSource

Sourcemodule type ARRAY = sig ... end
Sourcemodule type ENTRY = sig ... end
Sourcemodule type METRIC = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (Entry : ENTRY) (Array : ARRAY with type elt = Entry.t) (Metric : METRIC with module Entry := Entry) : S with module Entry := Entry and module Array := Array
OCaml

Innovation. Community. Security.