From 54e988aa3d31fb21d3397758f4b71d084e1a1130 Mon Sep 17 00:00:00 2001 From: superwhiskers Date: Wed, 17 Dec 2025 21:22:37 -0600 Subject: simple union-find implementation Change-Id: I32b78b3eee68205032591578fca70c366a6a6964 --- crates/core/src/egraph/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/core/src/egraph/mod.rs') diff --git a/crates/core/src/egraph/mod.rs b/crates/core/src/egraph/mod.rs index 8e006b3..7b41d2c 100644 --- a/crates/core/src/egraph/mod.rs +++ b/crates/core/src/egraph/mod.rs @@ -1,4 +1,6 @@ //! E-graph implementation. +pub mod union_find; + /// something pub struct EGraph {} -- cgit 1.4.1-2-gfad0