Up

module Ir_dot

: sig

Store dumps.

#
module type S = sig
#
type db
#
val output_buffer : db -> ?html:bool -> ?depth:int -> ?full:bool -> date:(int64 -> string) -> Buffer.t -> unit Lwt.t
end
#
module Make : functor (S : Ir_s.STORE) -> S with type db = S.t
end