package riot

  1. Overview
  2. Docs
module type Base = sig ... end
module type Intf = sig ... end
module Make (B : Base) : Intf with type key = B.key and type value = B.value
OCaml

Innovation. Community. Security.