package irmin-pack

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Sparse.ErrsSource

Sourcemodule Io = Io
Sourcetype t = [
  1. | Errors.Base.t
  2. | `Io_misc of Io.misc_error
]
Sourceval raise_error : [< t ] -> 'a
Sourceval log_error : string -> [< t ] -> unit
Sourceval catch : (unit -> 'a) -> ('a, t) result
Sourceval raise_if_error : ('a, [< t ]) result -> 'a
Sourceval log_if_error : string -> ('a, [< t ]) result -> unit
OCaml

Innovation. Community. Security.