package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'ref t = private {
  1. result : (unit, string) result;
  2. commands : ('ref, 'ref * string) result list;
}
val map : f:('a -> 'b) -> 'a t -> 'b t
val pp : string t Fmt.t
val to_result : 'ref t -> (unit, string) result
val v : ?err:string -> (('uid, 'ref) Commands.command, ('uid, 'ref) Commands.command * string) result list -> 'ref t