about summary refs log tree commit diff stats
path: root/crates/core/src/egraph/mod.rs
blob: 7b41d2c6852ae851971d52adb641934e4a6618db (plain) (blame)
1
2
3
4
5
6
//! E-graph implementation.

pub mod union_find;

/// something
pub struct EGraph {}