package git

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

Module Git.Pack_infoSource

Sourcemodule type S = sig ... end
Sourcemodule Make (Hash : sig ... end) (Inflate : sig ... end) (HDec : Unpack.H with module Hash := Hash) (PDec : Unpack.P with module Hash := Hash and module Inflate := Inflate and module Hunk := HDec) : S with module Hash := Hash and module Inflate := Inflate and module HDec := HDec and module PDec := PDec