ligo/vendors/UnionFind/dune
Christian Rinderknecht 1941f9ae4b Shared more code in ParserUnit.ml
Rewrite of the integration of the preprocessor.
Compiles bt DOES NOT PASS THE CI.
2020-04-03 19:08:14 +02:00

7 lines
193 B
Plaintext

(library
(name UnionFind)
(public_name UnionFind)
(wrapped true)
(modules Partition0 Partition1 Partition2 Partition3 Partition UnionFind)
(modules_without_implementation Partition))