package mehari

  1. Overview
  2. Docs
module type S = sig ... end
module Make (Clock : Mirage_clock.PCLOCK) (IO : sig ... end) (Addr : ADDR) : S with module IO = IO and type addr = Addr.t