Module Git_store.ReferenceSource
module SHA1 = Digestif.SHA1Sourceval validate_and_collapse_seps : string -> (string, [> `Msg of string ]) result Sourceval of_string : string -> (string, [> `Msg of string ]) result Sourceval v : string -> string Sourceval is_seg : string -> bool Sourceval add_seg : string -> string -> string Sourceval append : string -> string -> string Sourceval (/) : string -> string -> string Sourceval (//) : string -> string -> string Sourceval segs : string -> string list Sourceval to_string : 'a -> 'a Sourcetype contents = | Uid of SHA1.t| Ref of t