package volgo

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

Module Hg.Non_raisingSource

A functor to build non raising helpers based on a custom error type.

In addition to Vcs.Git.Result, Vcs.Git.Rresult and Volgo_base.Vcs.Git.Or_error, we provide this functor to create a Git.S interface based on a custom error type of your choice.

Sourcemodule type M = sig ... end

Interface used to build non raising interfaces to Vcs via Vcs.Non_raising.Make.

Sourcemodule Make (M : M) : S with type 'a result := ('a, M.t) Result.t

Helpers to wrap process outputs.

OCaml

Innovation. Community. Security.