package git-unix

  1. Overview
  2. Docs
module type ENTRY = sig ... end
module Entry (H : Digestif.S) : ENTRY with type hash = H.t
module Make (Store : Git.S) (FS : Git.FS) (Entry : ENTRY with type hash := Store.Hash.t) : sig ... end