package ocaml-basics

  1. Overview
  2. Docs
module type Kernel = sig ... end
module type S = sig ... end
module Make (K : Kernel) : sig ... end