package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module Make (H : sig ... end) (FS : sig ... end) (I : sig ... end) (D : sig ... end) : S with module Hash := H and module Inflate := I and module Deflate := D and module FS = FS and module Blob = Blob.Make(H) and module Commit = Commit.Make(H) and module Tree = Tree.Make(H) and module Tag = Tag.Make(H) and type t = Value.Make(H)(I)(D).t