package dune

  1. Overview
  2. Docs
module type S = sig ... end
module Make (Elt : Comparable.S) : S with type elt = Elt.t
OCaml

Innovation. Community. Security.