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_typed
|
||||
operators
|
||||
partition
|
||||
UnionFind
|
||||
)
|
||||
(preprocess
|
||||
(pps ppx_let)
|
||||
|
2
vendors/UnionFind/dune
vendored
2
vendors/UnionFind/dune
vendored
@ -1,6 +1,6 @@
|
||||
(library
|
||||
(name UnionFind)
|
||||
(public_name partition)
|
||||
(public_name UnionFind)
|
||||
(wrapped false)
|
||||
(modules Partition0 Partition1 Partition2 Partition3 Partition UnionFind)
|
||||
(modules_without_implementation Partition))
|
||||
|
Loading…
Reference in New Issue
Block a user