Module Git.Gc

module type STORE = sig ... end
module Make : functor (S : STORE) -> sig ... end