package multicore-bench

  1. Overview
  2. Docs

Source file map_ext.ml

1
2
3
let make (type t) (compare : t -> _) =
  let (module Elt) = Ordered.make compare in
  (module Map.Make (Elt) : Map.S with type key = t)
OCaml

Innovation. Community. Security.