Module Brassaia_index.Search

module type ARRAY = Search_intf.ARRAY
module type ENTRY = Search_intf.ENTRY
module type METRIC = Search_intf.METRIC
module type S = Search_intf.S
module 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