Module Core_kernel__.Pool_intf

module type S = sig ... end

S is the module type for a pool.

module type Pool = sig ... end