Module Values.ConflictsSource

Sourcetype nonrec t = Conflict.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Conflict.t list -> [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of IsHunkConflict.t | `Structure of (string * [> `Integer of LineNumber.t | `String of HunkContent.t ]) list ]) list ] list | `Structure of (string * [> `Boolean of IsContentConflict.t | `Integer of NumberOfConflicts.t | `String of Path.t | `Structure of (string * [> `Boolean of CapitalBoolean.t | `Enum of string | `Long of FileSize.t ]) list ]) list ]) list ] list ]
Sourceval to_query : Conflict.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Conflict.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Conflict.t list
Sourceval to_json : Conflict.t list -> Yojson.Safe.t