package forester

  1. Overview
  2. Docs
module type S0 = sig ... end
module type S = sig ... end
module Kit (P : S0) : S with type out = P.out
OCaml

Innovation. Community. Security.