Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
yihozhang committed Jan 5, 2025
1 parent 3b278a9 commit 731f1da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
pub use egglog::*;
use sugar::{For, WithRuleset};
use std::sync::Arc;
use sugar::{For, WithRuleset};

mod rational;
mod sugar;
pub use rational::*;



pub fn new_experimental_egraph() -> EGraph {
let mut egraph = EGraph::default();
egraph.add_arcsort(Arc::new(RationalSort), span!()).unwrap();
Expand Down

0 comments on commit 731f1da

Please sign in to comment.