Brassaia_eio.Object_graph
Graphs.
module type S = Object_graph_intf.S
module type HASH = Object_graph_intf.HASH
module 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.