Make.Range
type nonrec t =
| Include of t
| Exclude of t
| Diff of t * t
| Delta of t * t
| Parents of t
| PParents of t
val normalize : Store.t -> t -> Store.Hash.Set.t Lwt.t