Module type Lazy_list.Of_container.T

module type T = sig .. end

type 'a t 
val lazy_fold : 'a t -> f:('a -> 'b Lazy_m.t -> 'b) -> last:'b -> 'b