package mehari

  1. Overview
  2. Docs
module type S = sig ... end
module Make (Addr : sig ... end) : S with type addr := Addr.t