Module Command.CommitSource

Commits

Sourcetype hash = Store.Hash.t
Sourcetype tree = Tree.t
Sourcetype key = Store.commit_key
Sourcemodule Info = Store.Info
Sourcetype t = {
  1. info : Info.t;
  2. parents : key list;
  3. key : key;
  4. tree : tree;
}
Sourceval t : t Irmin.Type.t
Sourceval info : t -> Info.t
Sourceval key : t -> key
Sourceval parents : t -> key list
Sourceval tree : t -> tree
Sourceval v : info:Info.t -> parents:key list -> key:key -> tree:tree -> t