package mehari

  1. Overview
  2. Docs

Module Private.StaticSource

Sourcemodule type DIR = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (Dir : DIR) (Addr : sig ... end) : S with module IO := Dir.IO and type addr := Addr.t and type dir_path := Dir.path