package functoria

  1. Overview
  2. Docs

Creation of CLI tools to assemble functors.

module type S = sig ... end
module Make (P : S) : sig ... end