Brassaia_eio.Object_graphGraphs.
module type S = Object_graph_intf.Smodule type HASH = Object_graph_intf.HASHmodule Make
(Contents_key : Type.S)
(Node_key : Type.S)
(Commit_key : Type.S)
(Branch : Type.S) :
S
with type V.t =
[ `Contents of Contents_key.t
| `Node of Node_key.t
| `Commit of Commit_key.t
| `Branch of Branch.t ]Build a graph.