search for: element_set

Displaying 3 results from an estimated 3 matches for "element_set".

Did you mean: element_rect
2017 Sep 19
1
Re: [PATCH 2/5] Make sure every *.ml file has a corresponding *.mli file.
...load_dependencies : StringSet.elt list -> (StringSet.elt, element) Hashtbl.t -> StringSet.t I think the second parameter ought to be "(string, element) Hashtbl.t", i.e. the same that load_elements returned (could be made a type, eg "element_map"). (** [load_dependencies element_set elements] returns the whole set of elements needed to use [element_set], including [element_list] themselves. In other words, this recursively resolves the dependencies of [element_set]. *) > +val copy_elements : StringSet.t -> (StringSet.elt, element) Hashtbl.t -> string lis...
2017 Sep 20
8
[PATCH v2 0/6] Fix OCaml dependencies.
v1 -> v2: - Fixed everything mentioned in patch review. - Libdir module is removed as a separate commit. Rich.
2017 Sep 18
6
[PATCH 0/5] Fix OCaml dependencies.
This works reliably for me ... Rich.