package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Io : Io.S

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

val pp_error : Stdlib.Format.formatter -> [< error | `Io_misc of Io.misc_error ] -> unit
val raise_error : [< error | `Io_misc of Io.misc_error ] -> 'a
val raise_if_error : ('a, [< error | `Io_misc of Io.misc_error ]) Stdlib.result -> 'a