package irmin-pack

  1. Overview
  2. Docs
module type S = sig ... end
module Make (K : Irmin.Hash.S) : S with type key = K.t