Melange_compiler_libs.Depend
Module dependencies.
Warning: this module is unstable and part of compiler-libs.
module String = Misc.Stdlib.String;
and bound_map = String.Map.t(map_tree);
let make_leaf: string => map_tree;
let add_use_file: bound_map => list(Parsetree.toplevel_phrase) => unit;
let add_signature: bound_map => Parsetree.signature => unit;
let add_implementation: bound_map => Parsetree.structure => unit;
let add_implementation_binding: bound_map => Parsetree.structure => bound_map;
let add_signature_binding: bound_map => Parsetree.signature => bound_map;