Module ArchiveLwt

module ArchiveLwt: sig .. end
Lwt version of Archive
Author(s): Sylvain Le Gall

type ('a, 'b) open_callback = 'a -> 'b Lwt.t 
type 'a read_callback = 'a -> string -> int Lwt.t 
type 'a skip_callback = 'a -> int -> int Lwt.t 
type 'a close_callback = 'a -> unit Lwt.t 
module Read: sig .. end