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) (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