Module Git.Negociator

module type S = sig ... end
module Make : functor (G : sig ... end) -> S with module Store = G