package carton-git

  1. Overview
  2. Docs
module Store : Carton_git.STORE with type t = Fpath.t and type uid = Fpath.t and type 'a fd = Lwt_unix.file_descr and type error = [ `Not_found of Fpath.t ] and type +'a fiber = 'a Lwt.t
module Make (Uid : sig ... end) : sig ... end