Module Js_of_ocaml_compiler.Dgraph

module Make (N : sig ... end) (NSet : Stdlib.Set.S with type elt = N.t) (NMap : Stdlib.Map.S with type key = N.t) : sig ... end
module type ISet = sig ... end
module type Tbl = sig ... end
module Make_Imperative (N : sig ... end) (NSet : ISet with type elt = N.t) (NTbl : Tbl with type key = N.t) : sig ... end