Module Current_sesame

module Local : sig ... end
module Watcher : sig ... end
module Server : sig ... end
module Image : sig ... end
module type Info = sig ... end
module SesameInfo : sig ... end
module Make_cache : functor (I : Info) -> functor (S : Sesame.Types.S) -> sig ... end
module Cache : functor (S : Sesame.Types.S) -> sig ... end
module Make : functor (V : Sesame.Types.S) -> sig ... end
module Make_watch : functor (V : Sesame.Types.S with type Input.t = Fpath.t) -> sig ... end