package irmin-server

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Commit.Merge

type req = Store.Info.t * (key option option * key option * key option)
type res = (key option, Irmin.Merge.conflict) Result.t
val req_t : req Irmin.Type.t
val res_t : res Irmin.Type.t
val name : string