Module Values.MergeHunksSource

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