package git-unix

  1. Overview
  2. Docs
module IO : Git.Sync.IO

Channel abstraction.

module Result : module type of Git.Sync.Result with type fetch = Git.Sync.Result.fetch and type push = Git.Sync.Result.push
module Make (S : Git.Store.S) : Git.Sync.S with type t = S.t