package git

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

Parameters

module G : sig ... end

Signature

module Store = G
module Decoder : Smart.DECODER with module Hash := Store.Hash and module Reference := Store.Reference and module Common := Common
type state
val find_common : Store.t -> (Store.Hash.Set.t * state * (acks -> state -> ([ `Again of Store.Hash.Set.t | `Done | `Ready ] * state) Lwt.t)) Lwt.t