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