package ocaml-basics

  1. Overview
  2. Docs
module type S = sig ... end
module Make (Backend : sig ... end) : S with module Backend = Backend