package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module Make (Hash : Digestif.S) (Store : sig ... end) : S with type hash = Hash.t and type store = Store.t