package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module Make (Hash : sig ... end) (FS : sig ... end) (Inflate : sig ... end) (Deflate : sig ... end) (HDec : Unpack.H with module Hash := Hash) (PDec : Unpack.P with module Hash := Hash and module Inflate := Inflate and module Hunk := HDec) (RPDec : Unpack.D with module Hash := Hash and module Inflate := Inflate and module Hunk := HDec and module Pack := PDec and module Mapper := FS.Mapper) : S with module Hash := Hash and module Inflate := Inflate and module Deflate := Deflate and module FS := FS and module HDec := HDec and module PDec := PDec and module RPDec := RPDec