Module Js_of_ocaml_compiler.Dgraph

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