package irmin-tezos

  1. Overview
  2. Docs

Module Lower.ErrsSource

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

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