package forester

  1. Overview
  2. Docs
module type I = sig ... end
module Make (_ : I) () : sig ... end

Each instance of this generative functor manages its own memo cache.

OCaml

Innovation. Community. Security.