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