package irmin-pack

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Io = Control.Io
val pp_error : Stdlib.Format.formatter -> [< Errors.error | `Io_misc of Io.misc_error ] -> unit
val raise_error : [< Errors.error | `Io_misc of Io.misc_error ] -> 'a
val raise_if_error : ('a, [< Errors.error | `Io_misc of Io.misc_error ]) Stdlib.result -> 'a