union-find: rename partition to UnionFind for more consistency across the various names that opam and dune assign to this library
This commit is contained in:
parent
dd9a4dfb47
commit
13ff600509
@ -7,7 +7,7 @@
|
|||||||
ast_simplified
|
ast_simplified
|
||||||
ast_typed
|
ast_typed
|
||||||
operators
|
operators
|
||||||
partition
|
UnionFind
|
||||||
)
|
)
|
||||||
(preprocess
|
(preprocess
|
||||||
(pps ppx_let)
|
(pps ppx_let)
|
||||||
|
2
vendors/UnionFind/dune
vendored
2
vendors/UnionFind/dune
vendored
@ -1,6 +1,6 @@
|
|||||||
(library
|
(library
|
||||||
(name UnionFind)
|
(name UnionFind)
|
||||||
(public_name partition)
|
(public_name UnionFind)
|
||||||
(wrapped false)
|
(wrapped false)
|
||||||
(modules Partition0 Partition1 Partition2 Partition3 Partition UnionFind)
|
(modules Partition0 Partition1 Partition2 Partition3 Partition UnionFind)
|
||||||
(modules_without_implementation Partition))
|
(modules_without_implementation Partition))
|
||||||
|
Loading…
Reference in New Issue
Block a user