package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type nonrec t =
  1. | Include of t
  2. | Exclude of t
  3. | Diff of t * t
  4. | Delta of t * t
  5. | Parents of t
  6. | PParents of t
val normalize : Store.t -> t -> Store.Hash.Set.t Lwt.t