package res

  1. Overview
  2. Docs
module type Implementation = sig ... end
module Make (S : Strat.T) (Impl : Implementation) : sig ... end