package sail

  1. Overview
  2. Docs
module type Config = sig ... end
module Make (C : Config) : sig ... end