Module Tar_gz

module type READER = sig ... end
module Make (Async : Tar.ASYNC) (Writer : Tar.WRITER with type 'a t = 'a Async.t) (Reader : READER with type 'a t = 'a Async.t) : sig ... end