Module Irmin_pack_unix.IoSource

Sourcemodule type S = sig ... end

Low level IO abstraction. A typical implementation is unix. This abstraction is meant to be dead simple. Not a lot of documentation is required.

Sourcemodule Unix : S with type misc_error = Unix.error * string * string

Low level IO abstraction. A typical implementation is unix. This abstraction is meant to be dead simple. Not a lot of documentation is required.