package atd

  1. Overview
  2. Docs
module type Param = sig ... end
module Make (P : Param) : sig ... end
val test : unit -> unit