Merge.InfixInfix operators for manipulating merge results and promises.
open Brassaia.Merge.Infix at the top of your file to use them.
val (>>=*) :
('a, conflict) Stdlib.result ->
('a -> ('b, conflict) Stdlib.result) ->
('b, conflict) Stdlib.result>>=* is bind.
This is useful to manipulate lca results.
>>=? is bind_promise.
>|=? is map_promise.