package volgo

  1. Overview
  2. Docs
A Versatile OCaml Library for Git Operations

Install

dune-project
 Dependency

Authors

Maintainers

Sources

volgo-0.0.22.tbz
sha256=2714935a34417be2151736a4765431746c9348db5a3b4f0eaacaf74dfaefeabb
sha512=0eba27395125ae928fd53561029d9653094d822b2907cb9afc18f412b46ef47cf880ba80d1bf17212add4e68e6a55e2792176303e2b0bcee08940e25731b4738

doc/volgo.stdlib/Volgo_stdlib/Code_error/index.html

Module Volgo_stdlib.Code_errorSource

A programming error that should be reported upstream

Sourcetype t = {
  1. message : string;
  2. data : (string * Dyn.t) list;
}
Sourceexception E of t
Sourceval raise : string -> (string * Dyn.t) list -> _