Module Containers_advanced.Batch

module Batch: CCBatch

module type COLLECTION = sig .. end
Definition of a Collection
module type S = sig .. end
Definition of a Batch operations
module Make (C : COLLECTION) : S  with type 'a t = 'a C.t
Functor