Search over the graph of Git objects.
type pred = [
|
`Commit of Hash.t
`Tag of string * Hash.t
`Tree of string * Hash.t
`Tree_root of Hash.t
]
The type for Value.t predecessors.
Value.t
module Make (S : Store.S) : sig ... end