Module Git.Traverse_bfs

module type STORE = sig ... end
module Make (Store : STORE) : sig ... end